mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
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:
committed by
GitHub
parent
e69b81ad94
commit
0bb74f0fe2
@@ -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
|
||||
|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
|
||||
:noremap <LeftMouse> <RightMouse>
|
||||
:noremap <LeftDrag> <RightDrag>
|
||||
@@ -317,6 +317,10 @@ To swap the meaning of the left and right mouse buttons: >vim
|
||||
:noremap! <RightRelease> <LeftRelease>
|
||||
<
|
||||
|
||||
The `swapmouse` plugin does exactly this. Use |pack-add| to load it: >vim
|
||||
:packadd! swapmouse
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
Scrollbars *gui-scrollbars*
|
||||
|
||||
|
||||
@@ -18,23 +18,25 @@ loaded by default while others are not loaded until requested by |:packadd|.
|
||||
Standard plugins ~
|
||||
*standard-plugin-list*
|
||||
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-justify| No Justify text
|
||||
|package-nohlsearch| No Automatically run :nohlsearch
|
||||
|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_msgpack.txt| No msgpack utilities
|
||||
|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_tutor.txt| Yes Interactive tutorial
|
||||
|pi_zip.txt| Yes Zip archive explorer
|
||||
|netrw| Yes Reading and writing files over a network
|
||||
|ftplugin-docs| * Filetype specific plugins
|
||||
|man.lua| Yes Opening and viewing manpages
|
||||
|pi_spec.txt| Yes Filetype plugin to work with rpm spec files
|
||||
|spellfile.vim| Yes Install spellfile if missing
|
||||
|tohtml| Yes Convert buffer to html, syntax included
|
||||
|
||||
==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user