neovim: append emmet_ls lsp to astro
This commit is contained in:
@@ -94,7 +94,7 @@ for _, server in ipairs(servers) do
|
||||
}
|
||||
|
||||
if server == "emmet_ls" then
|
||||
opts.filetypes = { "html", "css", "scss", "javascripreact", "typescriptreact" }
|
||||
opts.filetypes = { "html", "css", "scss", "javascripreact", "typescriptreact", "astro" }
|
||||
end
|
||||
|
||||
if server == "sumneko_lua" then
|
||||
|
||||
Reference in New Issue
Block a user