Add vim ledger plugin

pull/1/head
Ensar Sarajčić 2021-01-19 13:27:05 +01:00
parent dc3db7c419
commit 2efaa95f37
2 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,5 @@
path = ~/.gitconfig.university
[pull]
rebase = false
[init]
defaultBranch = main

View File

@ -85,6 +85,7 @@ Plug 'sheerun/vim-polyglot'
Plug 'c-brenn/phoenix.vim'
Plug 'tpope/vim-rails'
Plug 'vimwiki/vimwiki'
Plug 'ledger/vim-ledger'
call plug#end()