Skip to content

marekkalnik/emka-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles VIM

The Vim split of my dotfiles.

##Requirements

This config has been tested on Ubuntu 14.04 using Vim 7.4. Git is required to run automatic installer.

##Tern requirements

Tern is a JavaScript analysis library. It requires node and npm to run and install correctly.

Caution: The NVM version of nodejs won't work. If you use NVM (which I strongly suggest), make also a global executable of node. To copy your current version use:

n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local

Thanks for DigitalOcean for this handy oneliner.

Usage docs

See [docs].

About

Marek Kalnik Vim distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published