Adding the vim-licenses plugin.
This commit is contained in:
parent
9ebd5ca30a
commit
837f1681c3
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -15,6 +15,7 @@ call vundle#begin()
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
Plugin 'scrooloose/nerdcommenter'
|
Plugin 'scrooloose/nerdcommenter'
|
||||||
|
Plugin 'antoyo/vim-licenses'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,3 +47,8 @@ nnoremap <leader><space> :nohlsearch<CR>
|
||||||
" Move vertically by visual line.
|
" Move vertically by visual line.
|
||||||
nnoremap j gj
|
nnoremap j gj
|
||||||
nnoremap k gk
|
nnoremap k gk
|
||||||
|
|
||||||
|
|
||||||
|
" Licenses
|
||||||
|
let g:licenses_copyright_holders_name = $USER_NICKNAME
|
||||||
|
let g:licenses_authors_name = $USER_NICKNAME
|
||||||
|
|
Loading…
Reference in a new issue