Ubuntu Install NVM manages node. JS and Vim plugin Enhancements

Source: Internet
Author: User
Tags install node git clone

Installation
| Bash
SOURCE ~/.BASHRC
NVM install node node. js

git clone https://github.com/wklken/k-vim.git

sudo apt-get install ctagssudo apt-get install build-essential cmake python-dev  #编译YCM自动补全插件依赖sudo apt-get install silversearcher-ag

# 安装jshint和jslint,用于javascript语法检查# 需要nodejs支持,各个系统安装见文档 https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager# ubuntu 如果安装过nodejs 则不需要安装了sudo apt-get install nodejs npm sudo npm install -g jslintsudo npm install jshint -g

cd k-vim/sh -x install.sh

Edit Vimrc.bundles Add a bit of content

Vim ~/.vimrc.bundles

" more options: [‘json‘, ‘nginx‘, ‘golang‘, ‘ruby‘, ‘less‘, ‘json‘, ]let g:bundle_groups=[‘python‘, ‘javascript‘, ‘markdown‘, ‘html‘, ‘css‘, ‘tmux‘, ‘beta‘]


Ubuntu Install NVM manages node. JS and Vim plugin Enhancements

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.