nvim: the epic config restructure
This commit is contained in:
@ -1 +1,8 @@
|
||||
require("trouble").setup()
|
||||
return {
|
||||
"folke/trouble.nvim",
|
||||
cmd = { "Trouble", "TroubleToggle" },
|
||||
config = function()
|
||||
require("plugins.trouble")
|
||||
require("trouble").setup()
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user