feat(vscode): enable more compatible plugins (#3250)
This commit is contained in:
@ -3,17 +3,20 @@ if not vim.g.vscode then
|
|||||||
end
|
end
|
||||||
|
|
||||||
local enabled = {
|
local enabled = {
|
||||||
|
"dial.nvim",
|
||||||
"flit.nvim",
|
"flit.nvim",
|
||||||
"lazy.nvim",
|
"lazy.nvim",
|
||||||
"leap.nvim",
|
"leap.nvim",
|
||||||
"mini.ai",
|
"mini.ai",
|
||||||
"mini.comment",
|
"mini.comment",
|
||||||
|
"mini.move",
|
||||||
"mini.pairs",
|
"mini.pairs",
|
||||||
"mini.surround",
|
"mini.surround",
|
||||||
"nvim-treesitter",
|
"nvim-treesitter",
|
||||||
"nvim-treesitter-textobjects",
|
"nvim-treesitter-textobjects",
|
||||||
"nvim-ts-context-commentstring",
|
"nvim-ts-context-commentstring",
|
||||||
"vim-repeat",
|
"vim-repeat",
|
||||||
|
"yanky.nvim",
|
||||||
"LazyVim",
|
"LazyVim",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user