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 2025-05-27 11:54:49 -07:00
parent 29d9fc6bc7
commit cb133f1bb4
9 changed files with 238 additions and 288 deletions

View file

@ -27,12 +27,6 @@ return {
require("nvim-treesitter.configs").setup(opts)
end,
},
-- {
-- "nvim-treesitter/nvim-treesitter-context",
-- opts = {
-- max_lines = 2,
-- },
-- },
{
"windwp/nvim-ts-autotag",
event = "VeryLazy",