diff --git a/lua/absolute/plugins/trouble.lua b/lua/absolute/plugins/trouble.lua new file mode 100644 index 0000000..93b6cf7 --- /dev/null +++ b/lua/absolute/plugins/trouble.lua @@ -0,0 +1,7 @@ +return { + "folke/trouble.nvim", + dependencies = { "nvim-tree/nvim-web-devicons" }, + config = function() + require("absolute.after.trouble") + end +}