mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
08d11bd42f
Problem: The justify plugin has to be copied or sourced to be used.
Solution: Turn it into a package.
2946d0236d
Justification for changes that do not carry over
- `Filelist` does not exist in neovim
- neovim does not have a `README.txt` in `runtime/macros`
4 lines
109 B
VimL
4 lines
109 B
VimL
" Load the justify package.
|
|
" For those users who were loading the justify plugin from here.
|
|
packadd justify
|