mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
feat: add html.servers.emmet-ls
This commit is contained in:
parent
e6b2d28159
commit
88bfae10e6
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
|||
filetypes = ["html" "shtml" "htm"];
|
||||
root_markers = ["index.html" ".git"];
|
||||
};
|
||||
emmet-ls = {
|
||||
cmd = [(getExe pkgs.emmet-ls) "--stdio"];
|
||||
filetypes = ["html" "shtml" "htm"];
|
||||
root_markers = ["index.html" ".git"];
|
||||
};
|
||||
};
|
||||
|
||||
defaultFormat = "superhtml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue