dotfiles/nvim
2019-05-18 23:38:16 +03:00
..
my-snippets/UltiSnips LaTeX & Syntastic & Python 2019-04-20 14:12:01 +03:00
spell LaTeX 2019-04-12 23:42:06 +03:00
init.vim Tagbar 2019-05-18 23:38:16 +03:00
readme.md Tagbar 2019-05-18 23:38:16 +03:00

Stuff to install

Neovim

https://github.com/junegunn/vim-plug
https://github.com/ryanoasis/nerd-fonts#patched-fonts
pip install neovim
npm i -g neovim

Tagbar

git clone https://github.com/universal-ctags/ctags
apt install autoconf automake
./autogen.sh
./configure --prefix=/where/you/want # defaults to /usr/local
make
make install # may require extra privileges depending on where to install

Python

pip install neovim python-language-servers yapf isort pylama