aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2016-12-30 11:15:57 +0500
committerAnton Bobov <abobov@gmail.com>2017-02-22 22:14:14 +0500
commit2dc2677189a8e0fcc0445b3d9697c1fa4df1d168 (patch)
treea4c9c29bca27b2148874f278205fa940c42c4629 /files/.vimrc
parenta18809a83479b1348d5705e0c01d56091017d291 (diff)
[vim] Add euro sign digraph variation.
Change vim ledger plugin and ledger shorthands.
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 785b576..8a8ac60 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -59,7 +59,8 @@ Plugin 'https://github.com/vim-scripts/taglist.vim'
" File types
" Ledger
-Plugin 'https://github.com/ledger/vim-ledger'
+"Plugin 'https://github.com/ledger/vim-ledger'
+Plugin 'https://github.com/abobov/vim-ledger'
" Nginx
Plugin 'https://github.com/evanmiller/nginx-vim-syntax.git'
" Jade templates
@@ -220,6 +221,7 @@ colorscheme solarized
" }}}
digraphs ru 8381
+digraphs e= 8364
" }}}
" Backup {{{