mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 22:28:36 +02:00
configure some AI agents
This commit is contained in:
parent
9f8d2f1019
commit
b903bc371f
6 changed files with 90 additions and 21 deletions
3
init.lua
3
init.lua
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue