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" }, root = { "package.json" },
}) })
end, end,
{
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
snakeskin_ls = {}, snakeskin_ls = {},
}, },
}, },
},
} }