docs: standard-plugin-list #35796

The following plugins are intentionally left out:

• osc52.lua: not user-facing
• rplugin.vim: will be removed
• shellmenu: will probably be removed
This commit is contained in:
Yochem van Rosmalen
2025-09-17 18:09:49 +02:00
committed by GitHub
parent e69b81ad94
commit 0bb74f0fe2
2 changed files with 15 additions and 9 deletions

View File

@@ -299,7 +299,7 @@ Note the use of ":noremap" instead of "map" to avoid a recursive mapping.
Map the X1 and X2 buttons to go forwards and backwards in the jump list, see Map the X1 and X2 buttons to go forwards and backwards in the jump list, see
|CTRL-O| and |CTRL-I|. |CTRL-O| and |CTRL-I|.
*mouse-swap-buttons* *mouse-swap-buttons* *pi_swapmouse*
To swap the meaning of the left and right mouse buttons: >vim To swap the meaning of the left and right mouse buttons: >vim
:noremap <LeftMouse> <RightMouse> :noremap <LeftMouse> <RightMouse>
:noremap <LeftDrag> <RightDrag> :noremap <LeftDrag> <RightDrag>
@@ -317,6 +317,10 @@ To swap the meaning of the left and right mouse buttons: >vim
:noremap! <RightRelease> <LeftRelease> :noremap! <RightRelease> <LeftRelease>
< <
The `swapmouse` plugin does exactly this. Use |pack-add| to load it: >vim
:packadd! swapmouse
<
============================================================================== ==============================================================================
Scrollbars *gui-scrollbars* Scrollbars *gui-scrollbars*

View File

@@ -18,23 +18,25 @@ loaded by default while others are not loaded until requested by |:packadd|.
Standard plugins ~ Standard plugins ~
*standard-plugin-list* *standard-plugin-list*
Help-link Loaded Short description ~ Help-link Loaded Short description ~
|editorconfig| Yes Detect and interpret editorconfig
|ft-shada| Yes Allows editing binary |shada| files
|man.lua| Yes View manpages in Nvim
|matchit| Yes Extended |%| matching
|matchparen| Yes Highlight matching pairs
|netrw| Yes Reading and writing files over a network
|package-cfilter| No Filtering quickfix/location list |package-cfilter| No Filtering quickfix/location list
|package-justify| No Justify text |package-justify| No Justify text
|package-nohlsearch| No Automatically run :nohlsearch |package-nohlsearch| No Automatically run :nohlsearch
|package-termdebug| No Debug inside Nvim with gdb |package-termdebug| No Debug inside Nvim with gdb
|matchit| Yes Extended |%| matching
|editorconfig| Yes Detect and internet editorconfig
|spellfile.vim| Yes Install spellfile if missing
|pi_tutor.txt| Yes Interactive tutorial
|pi_gzip.txt| Yes Reading and writing compressed files |pi_gzip.txt| Yes Reading and writing compressed files
|pi_msgpack.txt| No msgpack utilities |pi_msgpack.txt| No msgpack utilities
|pi_paren.txt| Yes Highlight matching parens |pi_paren.txt| Yes Highlight matching parens
|pi_spec.txt| Yes Filetype plugin to work with rpm spec files
|pi_swapmouse| No Swap meaning of left and right mouse buttons
|pi_tar.txt| Yes Tar file explorer |pi_tar.txt| Yes Tar file explorer
|pi_tutor.txt| Yes Interactive tutorial
|pi_zip.txt| Yes Zip archive explorer |pi_zip.txt| Yes Zip archive explorer
|netrw| Yes Reading and writing files over a network |spellfile.vim| Yes Install spellfile if missing
|ftplugin-docs| * Filetype specific plugins
|man.lua| Yes Opening and viewing manpages
|pi_spec.txt| Yes Filetype plugin to work with rpm spec files
|tohtml| Yes Convert buffer to html, syntax included |tohtml| Yes Convert buffer to html, syntax included
============================================================================== ==============================================================================