mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
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:
parent
3aa5eaf72c
commit
04d13c993d
@ -99,6 +99,11 @@
|
|||||||
type = "lua";
|
type = "lua";
|
||||||
config = ''require("scrollbar").setup()'';
|
config = ''require("scrollbar").setup()'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = nvim-lspconfig;
|
||||||
|
type = "lua";
|
||||||
|
config = "require'lspconfig'.nil_ls.setup{}";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = nvim-base16;
|
plugin = nvim-base16;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Loading…
Reference in New Issue
Block a user