mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
New bundles
This commit is contained in:
19
.vimrc
19
.vimrc
@@ -64,7 +64,8 @@ Plugin 'Chiel92/vim-autoformat'
|
||||
Plugin 'gmarik/vundle'
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'tiagofumo/vim-nerdtree-syntax-highlight'
|
||||
Plugin 'scrooloose/syntastic'
|
||||
Plugin 'vim-syntastic/syntastic'
|
||||
Plugin 'Shougo/vimproc.vim'
|
||||
Plugin 'leafgarland/typescript-vim'
|
||||
Plugin 'SirVer/ultisnips'
|
||||
Plugin 'evanmiller/nginx-vim-syntax'
|
||||
@@ -106,6 +107,22 @@ let g:miniBufExplForceSyntaxEnable = 1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
||||
" Syntastic config
|
||||
set statusline+=%#warningmsg#
|
||||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
set statusline+=%*
|
||||
|
||||
let g:syntastic_always_populate_loc_list = 1
|
||||
let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
|
||||
" Typescript configs (this will probably slow shit to a crawl)
|
||||
let g:typescript_compiler_binary = 'tsc'
|
||||
let g:typescript_compiler_options = ''
|
||||
autocmd QuickFixCmdPost [^l]* nested cwindow
|
||||
autocmd QuickFixCmdPost l* nested lwindow
|
||||
|
||||
" These are the tweaks I apply to YCM's config, you don't need them but they
|
||||
" might help.
|
||||
" " YCM gives you popups and splits by default that some people might not
|
||||
|
||||
Submodule bundle/vundle updated: 6437ad6df4...6497e37694
Reference in New Issue
Block a user