aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-04-23 14:06:51 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-04-23 14:06:51 -0500
commit8bb64f491a48ea40312b4dc660d412f0116869f4 (patch)
tree1ecdd1583c9c25a2e1576cbc9ddae3be3b1a9897
parent9b51b6d0ae14873576b0254804b5b4a67783aa0a (diff)
fix(nvim): remove biome lsp and add denolsp
-rw-r--r--nvim/.config/nvim/lua/tobyvin/lsp/configs.lua12
1 files changed, 1 insertions, 11 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua b/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
index d59ef53..fd3735b 100644
--- a/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
+++ b/nvim/.config/nvim/lua/tobyvin/lsp/configs.lua
@@ -21,16 +21,6 @@ local M = {
end
end,
},
- biome = {
- capabilities = {
- textDocument = {
- rangeFormatting = { dynamicRegistration = true },
- onTypeFormatting = { dynamicRegistration = true },
- formatting = { dynamicRegistration = true },
- typeDefinition = { dynamicRegistration = true },
- },
- },
- },
clangd = {},
cssls = {
handlers = {
@@ -38,7 +28,7 @@ local M = {
[ms.textDocument_diagnostic] = vim.lsp.diagnostic.on_diagnostic,
},
},
- cssmodules_ls = {},
+ denols = {},
dockerls = {},
gopls = {
cmd = {