Skip to content

viruschidai/vim-as-nodejs-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim as your nodejs IDE

This is forked from haridas's vim-as-your-ide and I've added more plugins for nodejs development

Vim plugins included:

Get Started

I am using ubuntu, so all the instructions are for unbuntu only. It may apply to other platforms.

Install latest vim

The version of vim shipping with Ubuntu is too old. You need to build Vim from source

Clone this repo

$git clone https://github.com/viruschidai/vim-as-nodejs-ide.git

$cd vim-as-nodejs-ide

$git submodule init
$git submodule update

Link vim dotfiles

$cd
$ln -s <path-to>vim-as-nodejs-ide/vim-files/vim .vim
$ln -s <path-to>vim-as-nodejs-ide/vim-files/vim/vimrc .vimrc

Build plugins

Some plugins require compilation

Build command-t

command-t requires compilation.

$ cd <path-to>vim-as-nodejs-ide/vim-files/vim/bundle/command-t/ruby/command-t
$ ruby extconf.rb
$ make

Build YouCompleteMe

cd ~/.vim/bundle/YouCompleteMe
./install.sh

Usage jsbeautify

<leader>ff (cf. ,ff)

If you have any troubles of installing it, please check YouCompleteMe

About

Vim configurations for node.js development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 61.7%
  • Python 34.2%
  • Shell 3.0%
  • Perl 1.1%