mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: syntax
This commit is contained in:
parent
87b5c5d567
commit
0d71b02841
1 changed files with 4 additions and 6 deletions
|
|
@ -5,12 +5,10 @@ return {
|
|||
root = { "package.json" },
|
||||
})
|
||||
end,
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
snakeskin_ls = {},
|
||||
},
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
snakeskin_ls = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue