New plugin added
This commit is contained in:
parent
78798094d4
commit
de8e3c0a09
1 changed files with 10 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'LaTeX-Box-Team/LaTeX-Box'
|
Plugin 'LaTeX-Box-Team/LaTeX-Box'
|
||||||
Plugin 'keith/swift.vim'
|
Plugin 'keith/swift.vim'
|
||||||
Plugin 'vim-scripts/TaskList.vim'
|
Plugin 'vim-scripts/TaskList.vim'
|
||||||
|
Plugin 'posva/vim-vue'
|
||||||
|
|
||||||
" The following are examples of different formats supported.
|
" The following are examples of different formats supported.
|
||||||
" Keep Plugin commands between vundle#begin/end.
|
" Keep Plugin commands between vundle#begin/end.
|
||||||
|
|
@ -255,11 +256,19 @@ set path+=**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"Syntastic Settings:
|
" Syntastic Settings:
|
||||||
|
|
||||||
let g:syntastic_python_checkers = ['prospector', 'python']
|
let g:syntastic_python_checkers = ['prospector', 'python']
|
||||||
let g:syntastic_javascript_checkers=['eslint']
|
let g:syntastic_javascript_checkers=['eslint']
|
||||||
let g:syntastic_html_checkers=['tidy']
|
let g:syntastic_html_checkers=['tidy']
|
||||||
|
|
||||||
|
" netrw settings
|
||||||
|
let g:netrw_banner = 0
|
||||||
|
let g:netrw_liststyle = 3
|
||||||
|
let g:netrw_browse_split = 4
|
||||||
|
let g:netrw_altv = 1
|
||||||
|
let g:netrw_winsize = 25
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
colorscheme darcula
|
colorscheme darcula
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue