/vim-config

vim configuration files

Primary LanguageVim Script

my vim config

To use this configuration, run

cd && git clone --recurse-submodules https://github.com/tav-r/vim-config .vim && ln -s ~/.vim/vimrc .vimrc

The --recurse-submodules parameter is necessary to clone the plugin repos in the bundle folder (used for pathogen). Software needed for ale Tagbar to work properly:

  • python-cpplint
  • flake8
  • python-pylint
  • mypy
  • flawfinder
  • clang
  • rust-analyzer
  • ctags