Skip to content

anechunaev/vimrc-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

About

This is just another boilerplate for your .vimrc that might be helpful for frontend developers.

Screenshot

Screenshot

Installation

  1. Install Vundle

    $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  2. Install plugins

    $ vim +PluginInstall +qall

  3. Build vimproc library

    $ cd $HOME/.vim/bundle/vimproc.vim/ && make

  4. Install TypeScript

    $ npm i -g typescript

  5. Compile YCM with JavaScript and C-like languages support

    $ $HOME/.vim/bundle/YouCompleteMe/install.py --tern-completer --clang-completer

About

.vimrc boilerplate for frontend developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published