fix: syntax

This commit is contained in:
Maksim Sinelnikov 2024-09-09 12:38:53 +05:00
parent 87b5c5d567
commit 0d71b02841

View file

@ -5,12 +5,10 @@ return {
root = { "package.json" },
})
end,
{
"neovim/nvim-lspconfig",
opts = {
servers = {
snakeskin_ls = {},
},
"neovim/nvim-lspconfig",
opts = {
servers = {
snakeskin_ls = {},
},
},
}