tall, condensed bitmap font for geeks

Update README.md

authored by oppiliappan.tngl.sh and committed by

GitHub 81065dd3 77338c3b

+3 -5
+3 -5
ligature_plugins/README.md
··· 1 1 # Ligature and Unicode substitution 2 2 3 - These features are supported *in vim only*. 3 + These features are supported *in (neo)vim only*. 4 4 5 5 ### Installation 6 6 ··· 11 11 12 12 ```shell 13 13 #vim 14 - cd ~/scientifica/ligature_plugins/ 15 - for i in `ls *.vim`; do 14 + for i in `ls ~/scientifica/ligature_plugins/*.vim`; do 16 15 ln -sf ~/scientifica/ligature_plugins/"$i" ~/.vim/after/syntax/"$i" 17 16 done 18 17 19 18 #nvim 20 - cd ~/scientifica/ligature_plugins/ 21 - for i in `ls *.vim`; do 19 + for i in `ls ~/scientifica/ligature_plugins/*.vim`; do 22 20 ln -sf ~/scientifica/ligature_plugins/"$i" ~/.config/nvim/after/syntax/"$i" 23 21 done 24 22 ```