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
+2 -1
View File
@@ -1,4 +1,5 @@
# Tuesday, April 6, 2021
- [[the little schemer]]
- [[i ching lite]]
- [[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
```