mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/editors: revert Neovim setup to default package
This commit is contained in:
parent
c1d8be29b0
commit
28d0b5a85b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user