aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-03 14:10:43 +0000
committerCody Hiar <codyfh@gmail.com>2017-01-03 14:10:43 +0000
commit5fad2616bd80a6ef40bd023dc85097fb36763557 (patch)
tree88296657ff7349c2a72263f26730bc668e52cdaa
parentc3ef3ea161752983419a1a17ba8bc0b18ac79edc (diff)
Adding ledger and supertab
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 26225a2..03b2e64 100644
--- a/vimrc
+++ b/vimrc
@@ -18,6 +18,8 @@ Plug 'tmhedberg/matchit'
Plug 'plasticboy/vim-markdown'
Plug 'thornycrackers/vim-options' " Vim options
Plug 'vimwiki/vimwiki'
+Plug 'ledger/vim-ledger'
+Plug 'ervandew/supertab'
" Add plugins to &runtimepath
call plug#end()
@@ -32,3 +34,4 @@ set lazyredraw "Stops flashing from command above and helps save on processing
set backupdir^=~/.vim/vim-files/backups/
set directory=~/.vim/vim-files/swaps/
let g:vimwiki_list = [{'path': '~/Wiki/wiki', 'path_html': '~/Wiki/wiki_html/', 'ext': '.markdown'}]
+au BufNewFile,BufRead *.ldg,*.ledger setf ledger | comp ledger