aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/lsp.lua
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-28 21:16:48 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-28 21:17:22 +0200
commitd0585ecf49f8eebc44cac7dae2a686d1ef33e141 (patch)
treed864af6d053ae57ccdf18be2dc5a04f788e46875 /lua/pml68/lsp.lua
parentfeat(markdown): add bindings for jumping between spelling errors (diff)
downloadnvim-d0585ecf49f8eebc44cac7dae2a686d1ef33e141.tar.gz
feat: replace nvim-cmp with blink.cmp
Diffstat (limited to '')
-rw-r--r--lua/pml68/lsp.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/pml68/lsp.lua b/lua/pml68/lsp.lua
index 08a6b00..6736e26 100644
--- a/lua/pml68/lsp.lua
+++ b/lua/pml68/lsp.lua
@@ -30,9 +30,6 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, {
})
vim.lsp.config('*', {
- -- capabilities = vim.tbl_deep_extend("force",
- -- vim.lsp.protocol.make_client_capabilities(),
- -- require('cmp_nvim_lsp').default_capabilities()),
on_attach = function(client, bufnr)
require("workspace-diagnostics").populate_workspace_diagnostics(client, bufnr)
end