]> git.zndr.dk Git - vimfiles.git/commitdiff
From work PC
authorJannik Zander <59698@grundfos.com>
Fri, 12 Jul 2019 09:57:51 +0000 (11:57 +0200)
committerJannik Zander <59698@grundfos.com>
Fri, 12 Jul 2019 09:57:51 +0000 (11:57 +0200)
.gitmodules
pack/github/start/vifm.vim [new submodule]
vimrc

index e169cd20c4d9288afe14973fca75849f5501088a..692b38d0c64c7148fa61a2008cba50b0f3691db7 100644 (file)
 [submodule "pack/tpope/start/vim-vinegar"]
        path = pack/tpope/start/vim-vinegar
        url = https://github.com/manasthakur/vim-vinegar.git
+[submodule "pack/github/start/vifm.vim"]
+       path = pack/github/start/vifm.vim
+       url = https://github.com/vifm/vifm.vim.git
diff --git a/pack/github/start/vifm.vim b/pack/github/start/vifm.vim
new file mode 160000 (submodule)
index 0000000..669a9fc
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 669a9fcc42fb9cbd7172d0b9ef46521c32c0459d
diff --git a/vimrc b/vimrc
index 7a0969116596dc2eb28e445e5a01e67641cbc623..56b0562e166c700bf4a0b34c201c475b8ceace23 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -142,8 +142,6 @@ tnoremap <C-k>              <C-\><C-n><C-w>k
 tnoremap <C-l>              <C-\><C-n><C-w>l
 
 " Normal Mode
-nnoremap ;                        :
-nnoremap :                        ;
 nnoremap n                        nzzzv
 nnoremap N                        Nzzzv
 nnoremap <silent><leader>+        :exe "resize " . (winheight(0) * 3/2)<cr>
@@ -308,8 +306,8 @@ packadd supertab
 "let python_highlight_all = 1
 
 " completor (python)
-packadd completor.vim
-let g:completor_clang_binary = '/usr/bin/clang'
+"packadd completor.vim
+"let g:completor_clang_binary = '/usr/bin/clang'
 
 " validator (python)
 "packadd validator.vim