mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +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 = {
|
configs.emmet_ls = {
|
||||||
default_config = {
|
default_config = {
|
||||||
cmd = { "emmet-ls", "--stdio" },
|
cmd = { "emmet-ls", "--stdio" },
|
||||||
filetypes = { "html", "css", "javascript", "typescript" },
|
filetypes = { "html", "css", "javascript", "typescript", "vue" },
|
||||||
root_dir = function()
|
root_dir = function()
|
||||||
return vim.loop.cwd()
|
return vim.loop.cwd()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue