mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 15:41:03 +00:00
Merge bd21192441 into 43b48909a3
This commit is contained in:
commit
f9689daf58
4 changed files with 22 additions and 1 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