Updating plugins
This commit is contained in:
parent
1024bf7990
commit
b24d88a1a9
@ -38,7 +38,6 @@ set wrapmargin=1
|
|||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set columns=150
|
set columns=150
|
||||||
set cursorline
|
set cursorline
|
||||||
set guifont=Terminus\ 12
|
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set guioptions-=R
|
set guioptions-=R
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
@ -46,6 +45,10 @@ if has('gui_running')
|
|||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set lines=50
|
set lines=50
|
||||||
|
|
||||||
|
if has('unix')
|
||||||
|
set guifont=Terminus\ 12
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if &shell =~ 'bin/fish'
|
if &shell =~ 'bin/fish'
|
||||||
|
@ -29,6 +29,11 @@ Plug 'https://github.com/tpope/vim-surround'
|
|||||||
Plug 'https://github.com/tpope/vim-unimpaired.git'
|
Plug 'https://github.com/tpope/vim-unimpaired.git'
|
||||||
Plug 'https://github.com/vim-latex/vim-latex.git'
|
Plug 'https://github.com/vim-latex/vim-latex.git'
|
||||||
|
|
||||||
|
if has('linux')
|
||||||
|
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' }
|
||||||
|
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm install' }
|
||||||
|
endif
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" ctrlp.vim
|
" ctrlp.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user