remove bloated neovim plugins

This commit is contained in:
Alexander Navarro 2024-08-08 16:37:12 -04:00
parent 3d28ac9260
commit 26502be998
17 changed files with 206 additions and 478 deletions

View file

@ -15,19 +15,10 @@ return {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = {
"bash",
"c",
"cpp",
"go",
"lua",
"markdown",
"markdown_inline",
"python",
"regex",
"rust",
"sql",
"tsx",
"javascript",
"typescript",
"vim",
"vimdoc",
},