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:
Nick Nisi
2015-08-13 22:36:30 -05:00
parent 387594e491
commit 4eb98ce825
2 changed files with 5 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ execute "set background=".$BACKGROUND
execute "colorscheme ".$THEME
" set number " show line numbers
set relativenumber " show relative line numbers
" set relativenumber " show relative line numbers
set number " show the current line number"
set wrap "turn on line wrapping
@@ -426,6 +426,8 @@ nmap <leader>f :Limelight!!<cr>
let g:syntastic_typescript_tsc_args = '--module amd --target ES5 --noImplicitAny'
let g:syntastic_typescript_checkers = ['tslint']
let g:syntastic_javascript_checkers = ['jshint', 'jscs']
let g:syntastic_error_symbol='✗'
let g:syntastic_warning_symbol='⚠'
" CtrlP ignore patterns
" let g:ctrlp_custom_ignore = {