vim-plug fixes, syntastic changes
* update vim-plug config to ensure NERDTree opens on locating command * fix issue with markdown plugin and stylus issue ¯\_(ツ)_/¯ * disable relative line numbers, for now
This commit is contained in:
@@ -12,7 +12,7 @@ Plug 'chriskempson/base16-vim'
|
||||
|
||||
" utilities
|
||||
Plug 'kien/ctrlp.vim'
|
||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } | Plug 'Xuyuanp/nerdtree-git-plugin' | Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] } | Plug 'Xuyuanp/nerdtree-git-plugin' | Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'mileszs/ack.vim'
|
||||
Plug 'Raimondi/delimitMate'
|
||||
Plug 'tpope/vim-commentary'
|
||||
@@ -56,7 +56,7 @@ Plug 'leafgarland/typescript-vim', { 'for': 'typescript' }
|
||||
Plug 'juvenn/mustache.vim', { 'for': 'mustache' }
|
||||
Plug 'digitaltoad/vim-jade', { 'for': 'jade' }
|
||||
Plug 'cakebaker/scss-syntax.vim', { 'for': 'scss' }
|
||||
Plug 'wavded/vim-stylus', { 'for': 'stylus' }
|
||||
Plug 'wavded/vim-stylus', { 'for': ['stylus', 'markdown'] }
|
||||
Plug 'groenewege/vim-less', { 'for': 'less' }
|
||||
Plug 'ap/vim-css-color', { 'for': 'css' }
|
||||
Plug 'hail2u/vim-css3-syntax', { 'for': 'css' }
|
||||
|
||||
Reference in New Issue
Block a user