Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.02 KB

.vimrc

Feel free to use it and suggest improvements via Issues. Keep in mind that I use it (mostly) for editing Python files.

Requirements

  • Vim 7.3+ with Python support (check the latter with vim --version | grep +python)
  • exuberant-ctags system package for taglist.vim plugin
  • Vim with clipboard support is recommended (vim-gnome package in Debian)
  • create virtualenvs for Black and (optionally) Neovim - see " Black and " NeoVim in _vimrc for specific locations

Usage

  • Clone this repo

  • Copy or symlink my _vimrc as your ~/.vimrc

  • Install vim-plug on Linux:

    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    

    or read here for different platform

  • vim +PlugUpdate

To see how to manage plugins please refer to the vim-plug wiki.