profiles/editors: revert Neovim setup to default package

This commit is contained in:
Gabriel Arazas 2023-12-24 18:12:39 +08:00
parent c1d8be29b0
commit 28d0b5a85b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -18,7 +18,6 @@ in {
(lib.mkIf cfg.neovim.enable { (lib.mkIf cfg.neovim.enable {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
package = pkgs.neovim-nightly;
withPython3 = true; withPython3 = true;
withRuby = true; withRuby = true;
withNodeJs = true; withNodeJs = true;