mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 07:31:02 +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;
|
cfg = config.vim.languages.html;
|
||||||
|
|
||||||
defaultServers = ["superhtml"];
|
defaultServers = ["superhtml" "emmet-ls"];
|
||||||
servers = {
|
servers = {
|
||||||
superhtml = {
|
superhtml = {
|
||||||
cmd = [(getExe pkgs.superhtml) "lsp"];
|
cmd = [(getExe pkgs.superhtml) "lsp"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue