nvim: Initial config

This commit is contained in:
2026-07-04 14:24:19 -04:00
parent 5ca464c2ac
commit b714384b0e
7 changed files with 60 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
set -gx EDITOR nvim
set -gx VISUAL nvim
# overwrite greeting
# potentially disabling fastfetch
#function fish_greeting

View File

@@ -0,0 +1,3 @@
function vim --wraps=nvim
nvim $argv
end