feat(neovim): add denols conditionally

The typescript-all-in-one does the conditioning for us
This commit is contained in:
Alexandre Cavalheiro 2024-12-01 17:41:50 -03:00
parent ebb0136629
commit be31afe249
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 3 additions and 2 deletions

View file

@ -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`

View file

@ -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" },
}