adding lsp server options pt 5

This commit is contained in:
dlond 2025-05-21 05:50:28 +12:00
parent 7a85b4da6d
commit d5d9193e6b
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ return {
-- Ensure the corresponding packages (e.g., pkgs.bash-language-server)
-- are in your Home Manager home.packages list.
}
print('DEBUG: servers table content: ' .. vim.inspect(servers))
-- Iterate through the defined servers list and set them up with lspconfig
print 'LSPConfig: Iterating servers...'
@ -97,6 +98,7 @@ return {
end
-- require('lspconfig')[server_name].setup(server_ops)
end
print 'LSPConfig: Finished iterating servers.'
-- Setup keymaps and diagnostics based on kickstart's original init.lua LSP section
vim.api.nvim_create_autocmd('LspAttach', {