mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
Problem: The swapmous plugin has to be copied or sourced to be used.
Solution: Turn it into the swapmouse package.
e101204906
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
114 B
VimL
4 lines
114 B
VimL
" Load the swapmouse package.
|
|
" For those users who were loading the swapmous plugin from here.
|
|
packadd swapmouse
|