nvim: Initial config
This commit is contained in:
@@ -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
|
||||
|
||||
3
.config/fish/functions/vim.fish
Normal file
3
.config/fish/functions/vim.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function vim --wraps=nvim
|
||||
nvim $argv
|
||||
end
|
||||
Reference in New Issue
Block a user