diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 01:58:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-26 01:58:52 +0100 |
commit | ab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (patch) | |
tree | 60f01c26025c2d96cff42ad34b818988962dafd2 /vim/vimrc | |
parent | 12307efeffe41f728786dccd434dc758e97681db (diff) |
some changes and fixes
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |