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" },
|
root = { "package.json" },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
{
|
"neovim/nvim-lspconfig",
|
||||||
"neovim/nvim-lspconfig",
|
opts = {
|
||||||
opts = {
|
servers = {
|
||||||
servers = {
|
snakeskin_ls = {},
|
||||||
snakeskin_ls = {},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue