Auto: misc.

This commit is contained in:
2021-04-06 11:59:56 +02:00
parent 76578c1f8d
commit 8fe992730c
2 changed files with 13 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@
- [[the little schemer]]
- [[i ching lite]]
- [[neovim]]
+11
View File
@@ -0,0 +1,11 @@
# neovim
- [[pull]] [[nvim]]
- Put this in ~/.config/nvim/init.vim for vim compatibility:
```
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc
```