make neovim default

This commit is contained in:
Aditya 2023-05-22 22:52:52 +05:30
parent 57e8901bf2
commit 0502dfffa2

View file

@ -42,7 +42,7 @@
# '')
xsel wget neofetch htop oh-my-zsh git chromium kitty plasma5Packages.qtstyleplugin-kvantum kdeconnect
bat microsoft-edge vivaldi vivaldi-ffmpeg-codecs x264 nerdfonts joypixels rustc cargo unzip ocs-url
nextcloud-client duf
nextcloud-client duf neovim
];
programs.bash = {
@ -64,6 +64,8 @@
};
};
environment.variables.EDITOR = "nvim"
# programs.neovim = {
# enable = true;
# defaultEditor = true;