Switch to NeoVim, using Vim config directory

This commit is contained in:
2024-05-05 11:35:49 +00:00
parent af2d6575c1
commit 47a5a2b578
3 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
alias ll='ls -lhi'
alias ta='tmux attach'
alias t='tmux'
alias v='vim'
alias v='nvim'
extract() {
if [ -f $1 ]; then

View File

@@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc