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; inherit package;
enable = true; enable = true;
coc.enable = false;
extraLuaConfig = '' extraLuaConfig = ''
-- bootstrap lazy.nvim, LazyVim and your plugins -- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy") require("config.lazy")
@ -85,6 +86,11 @@
plugins = [ plugins = [
treesitterWithGrammars treesitterWithGrammars
]; ];
extraPackages = with pkgs; [
nil
rustup
lua-language-server
];
withNodeJs = true; withNodeJs = true;
withPython3 = true; withPython3 = true;
withRuby = true; withRuby = true;