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