mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
using neovim instead of vim for the global editor environment variable
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ if status is-interactive
|
|||||||
xset r rate 150 30
|
xset r rate 150 30
|
||||||
|
|
||||||
# Set the editor to use vim
|
# Set the editor to use vim
|
||||||
set -xg EDITOR vim
|
set --export --global EDITOR nvim
|
||||||
|
|
||||||
|
|
||||||
# Install OMF if it is not already
|
# Install OMF if it is not already
|
||||||
if test ! -d ~/.local/share/omf
|
if test ! -d ~/.local/share/omf
|
||||||
|
|||||||
Reference in New Issue
Block a user