From 893fcdd5b408d9ac0ba28fc44ed883617453a5ec Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 28 Jul 2016 09:23:29 +0500 Subject: [vim] Update modules. --- files/.vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'files/.vimrc') diff --git a/files/.vimrc b/files/.vimrc index a8eb5a7..7947aa9 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -211,6 +211,7 @@ if has('autocmd') au BufReadPost *.ledger norm G " Set scripts to be executable from shell + "au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent !chmod +x | endif au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent exec "!chmod +x " | endif endif " }}} @@ -411,6 +412,11 @@ function! TabularizeUnderCursos() endfunction nnoremap T :call TabularizeUnderCursos() +" }}} +" Emmet {{{ + +let g:user_emmet_expandabbr_key = '' + " }}} " }}} " Load custom local config {{{ -- cgit v1.2.3