aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 620db56..ace756a 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -191,6 +191,7 @@ if has('autocmd')
au BufReadPost * if line("'\.") > 0 && line("'\.") <= line("$") | exe 'normal g`.zvzz' | endif
au BufRead,BufNewFile /etc/nginx/* if &ft == "" | setfiletype nginx | endif
+ au BufReadPost *.ledger norm G
endif
" }}}
" Mappings {{{