mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
17 lines
511 B
Markdown
17 lines
511 B
Markdown
# 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`
|