Skip to content

magnunleno/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

This is my .vim folder setup.

The plugins are managed by NeoBundle.

Installation

  1. Clone the repo with git clone https://github.com/humrochagf/dotvim ~/.vim
  2. cd ~/.vim
  3. ln -s ~/.vim/vimrc ~/.vimrc to make the .vimrc link on your home.
  4. Install NeoBundle with curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh
  5. vim +NeoBundleInstall to install all of the plugins.
  6. Enjoy!

Obs.: With neovim point vimrc to .nvimrc, and for python support run pip install neovim on your system or virtualenv.

Plugin List

That is the list of plugins used on my config.

Visual and Cosmetics

Interface and Navigation

Utility

Git

Code Completion

Python

HTML

Plugin Installation / Requirements

About

My .vim folder...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%