switch from vim-licenses to vim-header

This commit is contained in:
Alex Yatskov 2019-06-09 12:14:37 -07:00
parent fed5531c1b
commit 34b3fc8953
4 changed files with 10 additions and 8 deletions

6
.gitmodules vendored
View File

@ -4,9 +4,6 @@
[submodule ".vim/bundle/vim-argwrap"]
path = .vim/bundle/vim-argwrap
url = https://github.com/FooSoft/vim-argwrap.git
[submodule ".vim/bundle/vim-licenses"]
path = .vim/bundle/vim-licenses
url = https://github.com/antoyo/vim-licenses.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
@ -124,3 +121,6 @@
[submodule ".vim/bundle/targets.vim"]
path = .vim/bundle/targets.vim
url = https://github.com/wellle/targets.vim
[submodule ".vim/bundle/vim-header"]
path = .vim/bundle/vim-header
url = https://github.com/alpertuna/vim-header.git

@ -0,0 +1 @@
Subproject commit 059f33aac406d54a90f13f9451148ceedf7c3617

@ -1 +0,0 @@
Subproject commit 9e29fe798a2536ead16ac8bfd2c042b45ea62d7e

View File

@ -42,13 +42,15 @@ autocmd FileType go let b:argwrap_tail_comma = 1
" vim-go
let g:go_fmt_command = 'goimports'
" vim-header
let g:header_auto_add_header = 0
let g:header_field_author = 'Alex Yatskov'
let g:header_field_author_email = 'alex@foosoft.net'
let g:header_field_filename = 0
" vim-interestinwords
let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF']
let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222']
" vim-licenses
let g:licenses_authors_name = 'Alex Yatskov <alex@foosoft.net>'
let g:licenses_copyright_holders_name = g:licenses_authors_name
" vim-rooter
let g:rooter_silent_chdir = 1