diff options
-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 |