From cbe831f7501bbda9ee2906ee3abd6706f41e17c9 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 6 Jun 2019 17:45:08 +0100 Subject: [PATCH] Adds vim lion --- .gitmodules | 3 +++ .vimrc | 4 +--- bundle/vim-lion | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) create mode 160000 bundle/vim-lion diff --git a/.gitmodules b/.gitmodules index dc32563..b95a367 100644 --- a/.gitmodules +++ b/.gitmodules @@ -72,3 +72,6 @@ [submodule "bundle/command-t"] path = bundle/command-t url = https://github.com/wincent/command-t.git +[submodule "bundle/vim-lion"] + path = bundle/vim-lion + url = git@github.com:tommcdo/vim-lion.git diff --git a/.vimrc b/.vimrc index 523ea1c..898883c 100644 --- a/.vimrc +++ b/.vimrc @@ -95,8 +95,6 @@ let &t_EI = "\e[1 q" " Plugin Options {{{1 -let g:cssColorVimDoNotMessMyUpdatetime = 1 - " Airline set laststatus=2 let g:airline_powerline_fonts = 1 @@ -380,7 +378,7 @@ nnoremap :call WinMove('j') nnoremap :call WinMove('k') nnoremap :call WinMove('l') -" Make Ctrl C and Ctrl V work on system buffer +" Make Ctrl C and Ctrl V work on system clipboard " if in visual or insert mode respectively vnoremap "+y inoremap "+pa diff --git a/bundle/vim-lion b/bundle/vim-lion new file mode 160000 index 0000000..75306ac --- /dev/null +++ b/bundle/vim-lion @@ -0,0 +1 @@ +Subproject commit 75306ac1922952ca1a401aee43ddbb304029926d