Skip to content

vyorkin/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install rbenv, python, python3.

gem install neovim
npm install -g neovim

Install cpplint

pip3 install cpplint

Install rnvimr dependencies

pip3 install ranger-fm pynvim
pip3 install ueberzug

Coc

Run

:CocConfig

And add

"coc.preferences.formatOnSaveFiletypes": ["rust"]


## Treesitter

```sh
:TSInstall <language_to_install>

List available languages and their installation status with:

:TSInstallInfo

Updating:

:TSUpdate

About

My (neo)vim config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages