From 7105bd2dabc41226179a5b8a35385943a76ec46b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 14 Mar 2017 14:43:41 +0000 Subject: Make minor modifications --- vim/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 8457c47..9b73fea 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -52,7 +52,7 @@ Plug 'vim-airline/vim-airline-themes' Plug 'vim-scripts/ReplaceWithRegister' Plug 'vim-scripts/SpellCheck' Plug 'vim-scripts/gmsh.vim' -Plug 'w0rp/ale' +" Plug 'w0rp/ale' if has("nvim") Plug 'Shougo/deoplete.nvim' @@ -291,7 +291,9 @@ nnoremap h :e %:p:s,.hpp$,.X123X,:s,.cpp$,.hpp,:s,.X123X$,.cpp, nnoremap Y y$ nnoremap + za nnoremap h + nnoremap fw :%s/\s\+$// +nnoremap ft :%s/^ \+//g cnoremap cnoremap -- cgit v1.2.3