neovim: Add nvim-lspconfig

No idea why this wasn't working before but it now works so I'm not
complaining.
This commit is contained in:
Donovan Glover 2023-05-22 14:33:17 -04:00
parent 3aa5eaf72c
commit 04d13c993d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -99,6 +99,11 @@
type = "lua";
config = ''require("scrollbar").setup()'';
}
{
plugin = nvim-lspconfig;
type = "lua";
config = "require'lspconfig'.nil_ls.setup{}";
}
{
plugin = nvim-base16;
type = "lua";