mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-11 14:43:55 +00:00
feat: add emmet-ls to html default servers
This commit is contained in:
parent
75a8fdefce
commit
2f1afd4add
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
cfg = config.vim.languages.html;
|
||||
|
||||
defaultServers = ["superhtml"];
|
||||
defaultServers = ["superhtml" "emmet-ls"];
|
||||
servers = {
|
||||
superhtml = {
|
||||
cmd = [(getExe pkgs.superhtml) "lsp"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue