diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
commit | bc73cb6be2d962723c0747fbd017f39e9c75675b (patch) | |
tree | 78b7655ccdc25598945bf1bf4104cf72b7e1ad77 | |
parent | 1afc100fb8de25fd6ecf50e59e1ece8f447474b1 (diff) | |
download | vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.gz vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.bz2 vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.zip |
Fixes completion
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/unite | 0 | ||||
-rw-r--r-- | vimrc | 2 |
3 files changed, 1 insertions, 4 deletions
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 -Subproject 5addeca429f64130d74d2f7cb8255afdb9e309d @@ -36,7 +36,7 @@ set comments=sl:/*,mb:\ *,elx:\ */ " Enhanced keyboard mappings " -set pastetoggle=<C-p> +" set pastetoggle=<C-p> " in normal mode F2 will save the file nmap <F2> :w<CR> " in insert mode F2 will exit insert, save, enters insert again |