ledger / vim-ledger

Vim plugin for Ledger
GNU General Public License v2.0
370 stars 56 forks source link

Update README.md #136

Closed msemple closed 1 year ago

msemple commented 1 year ago

Add a sub-section to describe the installation using VIM packages native functionality, available since VIM 8, but which I tested successfully with VIM 9.

Flimm commented 1 year ago

I think the pull request does describe using the generic plugin manager supported by Vim 8.0+. All you need to do is put vim-ledger directory here, replacing FOOBAR with any directory name you choose:

~/.vim/pack/FOOBAR/start/vim-ledger

Neovim also supports this (see this).

I'm not sure why the pull request instructs the reader to add this line to .vimrc:

set loadplugins

I think loadplugins is default behaviour for Vim and Neovim, so this line is unnecessary.