optimize the shit out of theme loading

switch neovim to vim.pack away from lazy
add sandboxagent package to netty
update defaults
This commit is contained in:
Harivansh Rathi 2026-03-30 23:44:32 -04:00
parent 6dfcfad05f
commit 30ac6bc674
24 changed files with 4764 additions and 646 deletions

View file

@ -1,4 +1,9 @@
vim.pack.add({
"https://github.com/neovim/nvim-lspconfig",
}, { load = function() end })
return {
'neovim/nvim-lspconfig',
lazy = false,
{
"neovim/nvim-lspconfig",
},
}