neovim: made a simple config file

This commit is contained in:
Gregor Bückendorf 2018-12-17 02:01:38 +01:00
parent 77eae6eee4
commit 6d1f8e626e
2 changed files with 29 additions and 0 deletions

View file

@ -4,3 +4,4 @@ if command -v nvim >/dev/null 2>&1
then
alias vim="nvim"
fi