html & css lsp

This commit is contained in:
krolyxon 2023-05-19 19:10:10 +05:30
parent 1d7a269262
commit da1d02b5bd
2 changed files with 3 additions and 2 deletions

View File

@ -139,13 +139,15 @@ lspconfig.clangd.setup {
lspconfig.html.setup {
on_attach = M.on_attach,
capabilities = M.capabilities,
init_option = { provideFormatter = true }
init_option = { provideFormatter = true },
filetypes = { "htmldjango", "html"},
}
local servers = {
"marksman",
"taplo",
"pyright",
"cssls",
}
for _, lsp in ipairs(servers) do

View File

@ -6,7 +6,6 @@ local options = {
"rust",
"c",
"python",
"help",
},
highlight = {