adding lsp
This commit is contained in:
parent
b250105afa
commit
0f327fde1b
@ -17,6 +17,10 @@
|
||||
url = "github:ellisonleao/gruvbox.nvim";
|
||||
flake = false;
|
||||
};
|
||||
plugin-lsp = {
|
||||
url = "https://github.com/neovim/nvim-lspconfig";
|
||||
flake = false;
|
||||
}
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, neovim, ... }@inputs: {
|
||||
@ -29,6 +33,7 @@
|
||||
enable = true;
|
||||
configure.customRC = ''
|
||||
set runtimepath+=${inputs.plugin-dracula}
|
||||
set runtimepath+=${inputs.plugin-lsp}
|
||||
colorscheme dracula
|
||||
'';
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user