diff --git a/.gitmodules b/.gitmodules index d1cb65d..b62fc9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ [submodule "vim/vim.symlink/bundle/vim-html5"] path = vim/vim.symlink/bundle/vim-html5 url = https://github.com/othree/html5.vim.git +[submodule "vim/vim.symlink/bundle/vim-matchit"] + path = vim/vim.symlink/bundle/vim-matchit + url = https://github.com/tsaleh/vim-matchit.git diff --git a/vim/vim.symlink/bundle/vim-matchit b/vim/vim.symlink/bundle/vim-matchit new file mode 160000 index 0000000..8f8665e --- /dev/null +++ b/vim/vim.symlink/bundle/vim-matchit @@ -0,0 +1 @@ +Subproject commit 8f8665e04fe377a25bbed29abf13ea66a1a0c129 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index c14d2a4..daae0e8 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -162,7 +162,7 @@ nnoremap K :q " remap esc and disable to force learning inoremap jk -inoremap +" inoremap " remove extra whitespace nmap :%s/\s\+$