feat(vscode): enable more compatible plugins

This commit is contained in:
Theo Lemay 2024-05-20 12:54:17 -04:00
parent ac092289f5
commit f7b1fc880e

View file

@ -3,17 +3,20 @@ if not vim.g.vscode then
end
local enabled = {
"dial.nvim",
"flit.nvim",
"lazy.nvim",
"leap.nvim",
"mini.ai",
"mini.comment",
"mini.move",
"mini.pairs",
"mini.surround",
"nvim-treesitter",
"nvim-treesitter-textobjects",
"nvim-ts-context-commentstring",
"vim-repeat",
"yanky.nvim",
"LazyVim",
}