summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-24 15:24:30 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-24 15:24:30 +0200
commit6d93fffd70d60bab0d22d70f07cb89657e8a0649 (patch)
tree49246aa16e1da5d48756c87102b90c6b5b24d9f8
parent720c31a5dc09cc3c4a8564d16d3a5d309a3b9017 (diff)
downloadvimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.tar.gz
vimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.tar.bz2
vimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.zip
Install vim-licenses plugin.
-rw-r--r--plugins.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim
index ee5a14a..3b3471d 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -6,6 +6,7 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
+Plugin 'antoyo/vim-licenses'
call vundle#end()