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, 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 function on_attach(client, bufnr)
local opts = { buffer = bufnr, remap = false } local opts = { buffer = bufnr, remap = false }