mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 07:31:02 +00:00
feat: add emmet-ls to ts.lsp.servers
This commit is contained in:
parent
aad9b59d3c
commit
75a8fdefce
1 changed files with 13 additions and 0 deletions
|
|
@ -73,6 +73,19 @@
|
|||
# redirect the user to the correct server.
|
||||
tsserver = ts_ls;
|
||||
|
||||
emmet-ls = {
|
||||
cmd = [(getExe pkgs.emmet-ls) "--stdio"];
|
||||
root_markers = ["tsconfig.json" "jsconfig.json" "package.json" ".git"];
|
||||
filetypes = [
|
||||
"javascript"
|
||||
"javascriptreact"
|
||||
"javascript.jsx"
|
||||
"typescript"
|
||||
"typescriptreact"
|
||||
"typescript.tsx"
|
||||
];
|
||||
};
|
||||
|
||||
denols = {
|
||||
cmd = [(getExe pkgs.deno) "lsp"];
|
||||
cmd_env = {NO_COLOR = true;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue