diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-28 21:16:48 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-28 21:17:22 +0200 |
| commit | d0585ecf49f8eebc44cac7dae2a686d1ef33e141 (patch) | |
| tree | d864af6d053ae57ccdf18be2dc5a04f788e46875 /lua/pml68/lsp.lua | |
| parent | feat(markdown): add bindings for jumping between spelling errors (diff) | |
| download | nvim-d0585ecf49f8eebc44cac7dae2a686d1ef33e141.tar.gz | |
feat: replace nvim-cmp with blink.cmp
Diffstat (limited to 'lua/pml68/lsp.lua')
| -rw-r--r-- | lua/pml68/lsp.lua | 3 |
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 |
