aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc6
1 files changed, 6 insertions, 0 deletions
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 <afile> | endif
au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent exec "!chmod +x <afile>" | endif
endif
" }}}
@@ -412,6 +413,11 @@ endfunction
nnoremap <silent> <Leader>T :call TabularizeUnderCursos()<cr>
" }}}
+" Emmet {{{
+
+let g:user_emmet_expandabbr_key = '<C-e>'
+
+" }}}
" }}}
" Load custom local config {{{