mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
languages/html: add emmet LSP (#1212)
* feat: add html.servers.emmet-ls * feat: update changelog --------- Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
25aafc84f5
commit
a87439ed3c
2 changed files with 11 additions and 1 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