Skip to content

glujan/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.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.

About

Vim configuration file for Python & Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published