aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2020-10-25 20:27:29 +0500
committerAnton Bobov <abobov@gmail.com>2020-10-25 20:28:24 +0500
commit6037ce7f54943dc2e6a1f47e5f77056799aeb5f1 (patch)
treeeee09971dada2f2dc6ec4fb5bbcd7eddb2342eee /files/.vimrc
parent206cca68644271aa7d64dfbb018acf00b3fb99c4 (diff)
Updates.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index a280824..ddb4a54 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -27,7 +27,7 @@ Plugin 'tpope/vim-rsi'
" Show colors in CSS format
Plugin 'https://github.com/ap/vim-css-color'
" Load project .vimrc files
-Plugin 'https://github.com/MarcWeber/vim-addon-local-vimrc'
+"Plugin 'https://github.com/MarcWeber/vim-addon-local-vimrc'
" Fuzzy finder
Plugin 'https://github.com/ctrlpvim/ctrlp.vim'
" Finder
@@ -594,6 +594,7 @@ let g:ctrlp_user_caching = 0
augroup ft_ledger
au!
+ let g:ledger_main = '~/Dropbox/ledger/journal.ledger'
au FileType ledger inoremap <silent><buffer> <Leader>e <Esc>:call ledger#entry()<CR>
au FileType ledger noremap <silent><buffer> <Leader>x <Esc>:call ledger#transaction_state_toggle(line('.'), '* ')<CR>
au FileType ledger noremap = :LedgerAlign<CR>