switch from vim-licenses to vim-header
This commit is contained in:
parent
fed5531c1b
commit
34b3fc8953
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -4,9 +4,6 @@
|
|||||||
[submodule ".vim/bundle/vim-argwrap"]
|
[submodule ".vim/bundle/vim-argwrap"]
|
||||||
path = .vim/bundle/vim-argwrap
|
path = .vim/bundle/vim-argwrap
|
||||||
url = https://github.com/FooSoft/vim-argwrap.git
|
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"]
|
[submodule ".vim/bundle/vim-toml"]
|
||||||
path = .vim/bundle/vim-toml
|
path = .vim/bundle/vim-toml
|
||||||
url = https://github.com/cespare/vim-toml.git
|
url = https://github.com/cespare/vim-toml.git
|
||||||
@ -124,3 +121,6 @@
|
|||||||
[submodule ".vim/bundle/targets.vim"]
|
[submodule ".vim/bundle/targets.vim"]
|
||||||
path = .vim/bundle/targets.vim
|
path = .vim/bundle/targets.vim
|
||||||
url = https://github.com/wellle/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
|
||||||
|
1
.vim/bundle/vim-header
Submodule
1
.vim/bundle/vim-header
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 059f33aac406d54a90f13f9451148ceedf7c3617
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 9e29fe798a2536ead16ac8bfd2c042b45ea62d7e
|
|
@ -42,13 +42,15 @@ autocmd FileType go let b:argwrap_tail_comma = 1
|
|||||||
" vim-go
|
" vim-go
|
||||||
let g:go_fmt_command = 'goimports'
|
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
|
" vim-interestinwords
|
||||||
let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF']
|
let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF']
|
||||||
let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222']
|
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
|
" vim-rooter
|
||||||
let g:rooter_silent_chdir = 1
|
let g:rooter_silent_chdir = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user