Add vim ledger plugin
parent
dc3db7c419
commit
2efaa95f37
|
@ -33,3 +33,5 @@
|
||||||
path = ~/.gitconfig.university
|
path = ~/.gitconfig.university
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
@ -85,6 +85,7 @@ Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'c-brenn/phoenix.vim'
|
Plug 'c-brenn/phoenix.vim'
|
||||||
Plug 'tpope/vim-rails'
|
Plug 'tpope/vim-rails'
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
|
Plug 'ledger/vim-ledger'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue