Adding syntax highlighting for rust, disable searching tmp in CtrlP
This commit is contained in:
parent
faea649a9f
commit
a81205d4ae
@ -41,6 +41,7 @@ set smarttab
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set ttyfast
|
set ttyfast
|
||||||
|
set wildignore+=*/tmp/*
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set wrapmargin=1
|
set wrapmargin=1
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ Plug 'https://github.com/ntpeters/vim-better-whitespace.git'
|
|||||||
Plug 'https://github.com/othree/html5.vim.git'
|
Plug 'https://github.com/othree/html5.vim.git'
|
||||||
Plug 'https://github.com/pangloss/vim-javascript.git'
|
Plug 'https://github.com/pangloss/vim-javascript.git'
|
||||||
Plug 'https://github.com/plasticboy/vim-markdown.git'
|
Plug 'https://github.com/plasticboy/vim-markdown.git'
|
||||||
|
Plug 'https://github.com/rust-lang/rust.vim'
|
||||||
Plug 'https://github.com/scrooloose/nerdtree.git'
|
Plug 'https://github.com/scrooloose/nerdtree.git'
|
||||||
Plug 'https://github.com/tomasr/molokai.git'
|
Plug 'https://github.com/tomasr/molokai.git'
|
||||||
Plug 'https://github.com/tpope/vim-abolish.git'
|
Plug 'https://github.com/tpope/vim-abolish.git'
|
||||||
|
Loading…
Reference in New Issue
Block a user