diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
commit | 5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a (patch) | |
tree | a892e31077574f1c1a340af257bb6e27ae0ad89c /baseline/.vimrc | |
parent | update for neomutt (diff) | |
download | scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.tar.gz scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.zip |
a lot of updates and fixes
Diffstat (limited to '')
-rw-r--r-- | baseline/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseline/.vimrc b/baseline/.vimrc index 94d49a1..aa63429 100644 --- a/baseline/.vimrc +++ b/baseline/.vimrc @@ -19,6 +19,7 @@ Plugin 'ludovicchabant/vim-gutentags' Plugin 'mbbill/undotree' Plugin 'tpope/vim-commentary' Plugin 'wellle/context.vim' +Plugin 'roxma/vim-tmux-clipboard' call vundle#end() filetype plugin indent on |