packages and no coc
This commit is contained in:
parent
5f06e84522
commit
0a583090db
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -74,6 +74,7 @@
|
|||
inherit package;
|
||||
|
||||
enable = true;
|
||||
coc.enable = false;
|
||||
extraLuaConfig = ''
|
||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
|
@ -85,6 +86,11 @@
|
|||
plugins = [
|
||||
treesitterWithGrammars
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
rustup
|
||||
lua-language-server
|
||||
];
|
||||
withNodeJs = true;
|
||||
withPython3 = true;
|
||||
withRuby = true;
|
||||
|
|
Loading…
Reference in a new issue