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:
Devin Haska 2024-09-15 20:06:33 -07:00
parent d64a512297
commit a68ad5ac1d
No known key found for this signature in database
9 changed files with 238 additions and 288 deletions

View file

@ -141,15 +141,4 @@ return {
alpha.setup(dashboard.opts)
end,
},
{
"akinsho/toggleterm.nvim",
opts = {},
keys = {
{
"<leader>T",
"<cmd>ToggleTerm direction=float<CR>",
desc = "Open floating terminal",
},
},
},
}