aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2018-11-01 22:19:17 +0500
committerAnton Bobov <abobov@gmail.com>2018-11-01 22:19:17 +0500
commit39138280abbf8afdb68ef292ef0858d2e3385606 (patch)
tree7d03c6ad3ac0ef84716abb94a7ef8e18f06e3001 /files/.vimrc
parent07821c5689845387bb94aee64618e19c1e515859 (diff)
Update config
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/files/.vimrc b/files/.vimrc
index fe018f6..db31112 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -48,7 +48,7 @@ Plugin 'https://github.com/scrooloose/nerdcommenter.git'
" Automatic closing of quotes, parenthesis, etc...
Plugin 'https://github.com/raimondi/delimitmate'
" Syntax check and linting
-Plugin 'https://github.com/scrooloose/syntastic.git'
+"Plugin 'https://github.com/scrooloose/syntastic.git'
" Text alignment commands
Plugin 'https://github.com/godlygeek/tabular'
" Pasting in vim
@@ -221,7 +221,7 @@ if has('termguicolors')
set termguicolors
endif
set background=light
-colorscheme solarized8_light
+colorscheme solarized8
" }}}
@@ -450,6 +450,10 @@ augroup ft_ledger
au!
au FileType ledger inoremap <silent><buffer> <Leader>e <Esc>:call ledger#entry()<CR>
au FileType ledger noremap = :LedgerAlign<CR>
+ au FileType ledger iabbrev <buffer> polza Assets:Bank:HomeCredit:Card:Polza
+ au FileType ledger iabbrev <buffer> alfa Assets:Bank:AlfaBank:Card
+ au FileType ledger iabbrev <buffer> tinkof Assets:Bank:Tinkoff:Card-Black
+ au BufWritePost *.ledger silent! make | redraw! | cwindow
augroup END
" }}}
" Org {{{