Skip to content

Commit

Permalink
lsp: restore extending capabilities via cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 3, 2024
1 parent 590be4c commit 9ecc698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nxvim/lsp/plugins/mason/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ capabilities.textDocument.foldingRange = {
dynamicRegistration = false,
lineFoldingOnly = true,
}
-- local cmp = require("blink.cmp")
capabilities = require("cmp_nvim_lsp").default_capabilities(capabilities)

local function on_attach(client, bufnr)
-- Attach keymaps and commands.
Expand Down

0 comments on commit 9ecc698

Please sign in to comment.