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", "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`

View file

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