adding lsp server options pt 2

This commit is contained in:
dlond 2025-05-21 04:35:55 +12:00
parent 4fed66be0f
commit a9e4683338
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ return {
nix_paths = {} -- Provide an empty table to avoid further errors
end
print('DEBUG: nix_paths content: ' .. vim.inspect(nix_paths))
-- Get LSP capabilities, augmented by nvim-cmp
local capabilities = require('cmp_nvim_lsp').default_capabilities(vim.lsp.protocol.make_client_capabilities())