configure some AI agents

This commit is contained in:
Lucas Garcia Rubio 2025-05-09 09:14:47 -03:00
parent 9f8d2f1019
commit b903bc371f
6 changed files with 90 additions and 21 deletions

View file

@ -654,7 +654,7 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
-- clangd = {},
-- gopls = {},
gopls = {},
-- pyright = {},
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
@ -994,6 +994,7 @@ require('lazy').setup({
'yaml',
'css',
'sql',
'go',
},
-- Autoinstall languages that are not installed
auto_install = true,