Skip to content

borgeslucaz/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

This is my .vim folder setup.

The plugins are managed by VIM-Plug.

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 VIM-Plug with curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  5. vim +PlugInstall 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

Lint

Python

Elm

TypeScript/Angular

HTML

Metrics

Plugin Installation / Requirements

About

My .vim folder...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%