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",
|
"cmake",
|
||||||
"csharp_ls",
|
"csharp_ls",
|
||||||
"cssls",
|
"cssls",
|
||||||
|
"denols",
|
||||||
"eslint",
|
"eslint",
|
||||||
"html",
|
"html",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
|
@ -71,8 +72,8 @@ in
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"svelte",
|
"svelte",
|
||||||
"taplo",
|
"taplo",
|
||||||
"vtsls",
|
|
||||||
"volar",
|
"volar",
|
||||||
|
"vtsls",
|
||||||
"yamlls",
|
"yamlls",
|
||||||
},
|
},
|
||||||
-- customize language server configuration options passed to `lspconfig`
|
-- customize language server configuration options passed to `lspconfig`
|
||||||
|
|
|
@ -26,7 +26,7 @@ return {
|
||||||
{ import = "astrocommunity.pack.nix" },
|
{ import = "astrocommunity.pack.nix" },
|
||||||
{ import = "astrocommunity.pack.rust" },
|
{ import = "astrocommunity.pack.rust" },
|
||||||
{ import = "astrocommunity.pack.toml" },
|
{ import = "astrocommunity.pack.toml" },
|
||||||
{ import = "astrocommunity.pack.typescript" },
|
{ import = "astrocommunity.pack.typescript-all-in-one" },
|
||||||
{ import = "astrocommunity.pack.vue" },
|
{ import = "astrocommunity.pack.vue" },
|
||||||
{ import = "astrocommunity.pack.yaml" },
|
{ import = "astrocommunity.pack.yaml" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue