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