neovim: fix css lsp name

This commit is contained in:
2023-12-21 15:35:25 +03:00
parent b95ae9c587
commit d531da77f8

View File

@@ -37,7 +37,7 @@ null_ls.setup({
end,
})
local lsp_server_without_formatting = { "tsserver", "html", "css", "eslint", "jsonls", "svelte" }
local lsp_server_without_formatting = { "tsserver", "html", "cssls", "eslint", "jsonls", "svelte" }
local function on_attach(client, bufnr)
local opts = { buffer = bufnr, remap = false }