diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 15:24:30 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 15:24:30 +0200 |
commit | 6d93fffd70d60bab0d22d70f07cb89657e8a0649 (patch) | |
tree | 49246aa16e1da5d48756c87102b90c6b5b24d9f8 | |
parent | 720c31a5dc09cc3c4a8564d16d3a5d309a3b9017 (diff) | |
download | vimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.tar.gz vimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.tar.bz2 vimrc-6d93fffd70d60bab0d22d70f07cb89657e8a0649.zip |
Install vim-licenses plugin.
-rw-r--r-- | plugins.vim | 1 |
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() |