feat: sets neovim as default editor
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2023-09-22 21:12:24 -05:00
parent 0cc7578944
commit d2bc1d0c23
Signed by: deepak
GPG Key ID: 976F3357369149AB

View File

@ -47,6 +47,7 @@
programs.neovim = { programs.neovim = {
enable = true; enable = true;
defaultEditor = true;
vimAlias = true; vimAlias = true;
plugins = with pkgs.vimPlugins; [ vimtex vim-nix plugins = with pkgs.vimPlugins; [ vimtex vim-nix