nix/config/nvim/lua/plugins/lsp.lua
Harivansh Rathi 30ac6bc674 optimize the shit out of theme loading
switch neovim to vim.pack away from lazy
add sandboxagent package to netty
update defaults
2026-03-30 23:44:32 -04:00

9 lines
141 B
Lua

vim.pack.add({
"https://github.com/neovim/nvim-lspconfig",
}, { load = function() end })
return {
{
"neovim/nvim-lspconfig",
},
}