From bc73cb6be2d962723c0747fbd017f39e9c75675b Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Tue, 21 Jan 2020 11:42:33 -0700 Subject: Fixes completion --- .gitmodules | 3 --- bundle/unite | 1 - vimrc | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 bundle/unite diff --git a/.gitmodules b/.gitmodules index 8ec5da9..e961246 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,9 +16,6 @@ [submodule "bundle/grammarous"] path = bundle/grammarous url = https://github.com/rhysd/vim-grammarous.git -[submodule "bundle/unite"] - path = bundle/unite - url = https://github.com/Shougo/unite.vim.git [submodule "bundle/clang-format"] path = bundle/clang-format url = https://github.com/rhysd/vim-clang-format.git diff --git a/bundle/unite b/bundle/unite deleted file mode 160000 index 5addeca..0000000 --- a/bundle/unite +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5addeca429f64130d74d2f7cb8255afdb9e309d2 diff --git a/vimrc b/vimrc index 81f87cb..e48ecb0 100644 --- a/vimrc +++ b/vimrc @@ -36,7 +36,7 @@ set comments=sl:/*,mb:\ *,elx:\ */ " Enhanced keyboard mappings " -set pastetoggle= +" set pastetoggle= " in normal mode F2 will save the file nmap :w " in insert mode F2 will exit insert, save, enters insert again -- cgit v1.2.3-70-g09d2