Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
nvim [2020/03/08 06:12] paul created |
nvim [2020/10/19 17:24] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== NeoVim ====== | ||
+ | |||
+ | I switched to NeoVim in 2020. It is better than vim. | ||
+ | |||
===== ycm ===== | ===== ycm ===== | ||
- | |||
Install python using this: | Install python using this: | ||
python3 -m pip install --user --upgrade pynvim | python3 -m pip install --user --upgrade pynvim | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== tagbar ===== | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | brew install ctags-exuberant | ||
+ |