feat: config refresh
The goal of this commit was to break my config into smaller, logical chunks. I was having a hard time remembering which file contained which plugin config. I also took the time to clean out some plugins I added but never used, and add an old favourite (tpope/vim-surround).
This commit is contained in:
parent
d64a512297
commit
a68ad5ac1d
9 changed files with 238 additions and 288 deletions
15
lua/plugins/trouble.lua
Normal file
15
lua/plugins/trouble.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
cmd = "Trouble",
|
||||
keys = {
|
||||
{
|
||||
"<Leader>tt",
|
||||
"<cmd>Trouble diagnostics toggle<CR>",
|
||||
desc = "Toggle Trouble",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue