mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(vscode): added snacks.nvim to allowed plugins for vscode. Fixes #4757
This commit is contained in:
parent
dcab30f242
commit
06071dd452
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ if not vim.g.vscode then
|
||||||
end
|
end
|
||||||
|
|
||||||
local enabled = {
|
local enabled = {
|
||||||
|
"LazyVim",
|
||||||
"dial.nvim",
|
"dial.nvim",
|
||||||
"flit.nvim",
|
"flit.nvim",
|
||||||
"lazy.nvim",
|
"lazy.nvim",
|
||||||
|
@ -15,10 +16,10 @@ local enabled = {
|
||||||
"nvim-treesitter",
|
"nvim-treesitter",
|
||||||
"nvim-treesitter-textobjects",
|
"nvim-treesitter-textobjects",
|
||||||
"nvim-ts-context-commentstring",
|
"nvim-ts-context-commentstring",
|
||||||
|
"snacks.nvim",
|
||||||
"ts-comments.nvim",
|
"ts-comments.nvim",
|
||||||
"vim-repeat",
|
"vim-repeat",
|
||||||
"yanky.nvim",
|
"yanky.nvim",
|
||||||
"LazyVim",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local Config = require("lazy.core.config")
|
local Config = require("lazy.core.config")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue