mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 10:05:17 +00:00
switch neovim to vim.pack away from lazy add sandboxagent package to netty update defaults
9 lines
141 B
Lua
9 lines
141 B
Lua
vim.pack.add({
|
|
"https://github.com/neovim/nvim-lspconfig",
|
|
}, { load = function() end })
|
|
|
|
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
},
|
|
}
|