xref: /vim-8.2.3635/runtime/plugin/README.txt (revision 00a927d6)
1The plugin directory is for standard Vim plugin scripts.
2
3All files here ending in .vim will be sourced by Vim when it starts up.
4Look in the file for hints on how it can be disabled without deleting it.
5
6getscriptPlugin.vim  get latest version of Vim scripts
7gzip.vim	     edit compressed files
8matchparen.vim	     highlight paren matching the one under the cursor
9netrwPlugin.vim	     edit files over a network and browse (remote) directories
10rrhelper.vim	     used for --remote-wait editing
11spellfile.vim	     download a spellfile when it's missing
12tarPlugin.vim	     edit (compressed) tar files
13tohtml.vim	     convert a file with syntax highlighting to HTML
14vimballPlugin.vim    create and unpack .vba files
15zipPlugin.vim	     edit zip archives
16
17Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
18taken over browsing directories (also for remote directories).
19
20