|
|
|
@ -23,6 +23,7 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
|
|
|
|
Plug 'majutsushi/tagbar'
|
|
|
|
|
Plug 'tpope/vim-commentary'
|
|
|
|
|
Plug 'airblade/vim-gitgutter'
|
|
|
|
|
Plug 'antoyo/vim-licenses', { 'for': ['php', 'js', 'coffee'] }
|
|
|
|
|
|
|
|
|
|
Plug 'Shougo/neosnippet'
|
|
|
|
|
Plug 'Shougo/neosnippet-snippets'
|
|
|
|
@ -187,3 +188,7 @@ endif
|
|
|
|
|
|
|
|
|
|
" Use both Unix and DOS file formats, but favor the Unix one for new files.
|
|
|
|
|
set fileformats=unix,dos
|
|
|
|
|
|
|
|
|
|
let g:licenses_copyright_holders_name = 'Alexander Yakovlev <keloero@oreolek.ru>'
|
|
|
|
|
" let g:licenses_authors_name = 'Alexander Yakovlev <keloero@oreolek.ru>'
|
|
|
|
|
let g:licenses_default_commands = ['gpl', 'affero', 'isc']
|
|
|
|
|