338 current 1970-01-01 01:00:00 23.11.20240522.4639777 6.6.30-rt30 *
This commit is contained in:
		| @@ -11,9 +11,15 @@ in { | ||||
|   }; | ||||
|  | ||||
|   config = lib.mkIf cfg.enable { | ||||
|     home.packages = with pkgs; [neovim]; | ||||
|     home.sessionVariables = { | ||||
|       EDITOR = "${pkgs.neovim}/bin/nvim"; | ||||
|     programs.neovim = { | ||||
|       enable = true; | ||||
|       defaultEditor = true; | ||||
|       plugins = with pkgs.vimPlugins; [ | ||||
|         lazy-nvim | ||||
|       ]; | ||||
|       extraLuaConfig = '' | ||||
|         vim.opt.nobackup = true | ||||
|       ''; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user