Ubuntu16.04环境下Vim 配置 for HTML,CSS,JAVASCRIPT
Posted py520ziyi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04环境下Vim 配置 for HTML,CSS,JAVASCRIPT相关的知识,希望对你有一定的参考价值。
参考了三篇文章:
1、安装Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
2、配置 ~/.vimrc
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" status bar
Plugin 'bling/vim-airline'
"javascript Syntax
Plugin 'othree/yajs.vim'
" CSS color
Plugin 'gorodinskiy/vim-coloresque'
call vundle#end()
filetype plugin indent on " required
set mouse=a
以上是关于Ubuntu16.04环境下Vim 配置 for HTML,CSS,JAVASCRIPT的主要内容,如果未能解决你的问题,请参考以下文章
NOI-linux下VIM的个人常用配置(Ubuntu16.04)
18/12/29Ubuntu 16.04下配置intel opencl环境
ubuntu16.04下docker修改配置文件不生效解决办法