feat(neovim): add denols conditionally
The typescript-all-in-one does the conditioning for us
This commit is contained in:
parent
ebb0136629
commit
be31afe249
|
@ -62,6 +62,7 @@ in
|
|||
"cmake",
|
||||
"csharp_ls",
|
||||
"cssls",
|
||||
"denols",
|
||||
"eslint",
|
||||
"html",
|
||||
"jsonls",
|
||||
|
@ -71,8 +72,8 @@ in
|
|||
"rust_analyzer",
|
||||
"svelte",
|
||||
"taplo",
|
||||
"vtsls",
|
||||
"volar",
|
||||
"vtsls",
|
||||
"yamlls",
|
||||
},
|
||||
-- customize language server configuration options passed to `lspconfig`
|
||||
|
|
|
@ -26,7 +26,7 @@ return {
|
|||
{ import = "astrocommunity.pack.nix" },
|
||||
{ import = "astrocommunity.pack.rust" },
|
||||
{ import = "astrocommunity.pack.toml" },
|
||||
{ import = "astrocommunity.pack.typescript" },
|
||||
{ import = "astrocommunity.pack.typescript-all-in-one" },
|
||||
{ import = "astrocommunity.pack.vue" },
|
||||
{ import = "astrocommunity.pack.yaml" },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue