feat(vscode): enable more compatible plugins (#3250)

This commit is contained in:
Theo Lemay
2024-05-20 13:56:14 -04:00
committed by GitHub
parent 130d402759
commit 5726f3966d

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",
}