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 'keith/swift.vim'
|
||||
Plugin 'vim-scripts/TaskList.vim'
|
||||
Plugin 'posva/vim-vue'
|
||||
|
||||
" The following are examples of different formats supported.
|
||||
" Keep Plugin commands between vundle#begin/end.
|
||||
|
|
@ -261,5 +262,13 @@ let g:syntastic_python_checkers = ['prospector', 'python']
|
|||
let g:syntastic_javascript_checkers=['eslint']
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue