Skip to content

Akahadaka/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

Plugins

Installation

Pull this repo into your home directory to set up Vim automatically

$ git clone --recursive [email protected]:Akahadaka/dotvim.git ~/.vim

Initialise and/or update submodules if necessary

$ git submodule update --init --recursive

Edit ~/.vim/vimrc to change settings

Manual Intervention

Node.js

Vim-Autoformat requires beuatifiers. E.g. You may install the NPM package js-beautify. When installed globally, it provides an executable js-beautify script. As with the Python script, the beautified result is sent to stdout unless otherwise configured.

$ npm -g install js-beautify

Mac

The submodule YouCompleteMe may need some additional setup. See: Valloric/YouCompleteMe

About

Easy storage and access of my default VIM settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published