summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-26 01:58:52 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-26 01:58:52 +0100
commitab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (patch)
tree60f01c26025c2d96cff42ad34b818988962dafd2 /vim/vimrc
parent12307efeffe41f728786dccd434dc758e97681db (diff)
some changes and fixes
Diffstat (limited to '')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ce3db25..ad081e7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -143,6 +143,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink()
" vim-plug
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
+Plug 'ledger/vim-ledger'
"Plug 'prabirshrestha/vim-lsp'
Plug 'alok/notational-fzf-vim'
Plug 'sheerun/vim-polyglot'