init.lua/lua/config/pack.lua

4 lines
99 B
Lua

vim.pack.add({
-- Preconfigured lsp's
{ src = "https://github.com/neovim/nvim-lspconfig" },
})