packages and no coc

main
Zynh Ludwig 2024-05-29 19:35:01 -07:00
parent 5f06e84522
commit 0a583090db
1 changed files with 6 additions and 0 deletions

View File

@ -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;