mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
neovim: Replace emmet-ls with emmet-language-server
Note that emmet-language-server isn't in nixos-unstable yet. See: https://github.com/NixOS/nixpkgs/pull/255524
This commit is contained in:
parent
98f0eaf336
commit
bf3b794bcb
@ -77,9 +77,6 @@ in
|
|||||||
|
|
||||||
# ctags
|
# ctags
|
||||||
universal-ctags
|
universal-ctags
|
||||||
|
|
||||||
# emmet
|
|
||||||
emmet-ls
|
|
||||||
];
|
];
|
||||||
|
|
||||||
editorconfig = {
|
editorconfig = {
|
||||||
@ -240,7 +237,7 @@ in
|
|||||||
lspconfig.clangd.setup {}
|
lspconfig.clangd.setup {}
|
||||||
lspconfig.texlab.setup {}
|
lspconfig.texlab.setup {}
|
||||||
lspconfig.crystalline.setup {}
|
lspconfig.crystalline.setup {}
|
||||||
lspconfig.emmet_ls.setup {}
|
lspconfig.emmet_language_server.setup {}
|
||||||
lspconfig.denols.setup {
|
lspconfig.denols.setup {
|
||||||
root_dir = lspconfig.util.root_pattern("deno.json", "deno.jsonc"),
|
root_dir = lspconfig.util.root_pattern("deno.json", "deno.jsonc"),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user