diff options
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ Plug 'vim-scripts/camelcasemotion' " Additional word objects Plug 'LnL7/vim-nix' " Nix for vim Plug 'easymotion/vim-easymotion' " faster jumping Plug 'ervandew/supertab' " Tab for complete +Plug 'z0mbix/vim-shfmt', { 'for': 'sh' } " Format shell scripts " File Type Specific Plug 'ledger/vim-ledger' " Ledger plugin |