From 39138280abbf8afdb68ef292ef0858d2e3385606 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 1 Nov 2018 22:19:17 +0500 Subject: Update config --- files/.vimrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'files/.vimrc') 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 e :call ledger#entry() au FileType ledger noremap = :LedgerAlign + au FileType ledger iabbrev polza Assets:Bank:HomeCredit:Card:Polza + au FileType ledger iabbrev alfa Assets:Bank:AlfaBank:Card + au FileType ledger iabbrev tinkof Assets:Bank:Tinkoff:Card-Black + au BufWritePost *.ledger silent! make | redraw! | cwindow augroup END " }}} " Org {{{ -- cgit v1.2.3