mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
Enable emmet-ls on vue filetype (#875)
This commit is contained in:
parent
26c5c74303
commit
a7fb911586
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ capabilities.textDocument.completion.completionItem.snippetSupport = true
|
|||
configs.emmet_ls = {
|
||||
default_config = {
|
||||
cmd = { "emmet-ls", "--stdio" },
|
||||
filetypes = { "html", "css", "javascript", "typescript" },
|
||||
filetypes = { "html", "css", "javascript", "typescript", "vue" },
|
||||
root_dir = function()
|
||||
return vim.loop.cwd()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue