xref: /vim-8.2.3635/runtime/plugin/README.txt (revision 899dddf8)
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.
4
5Standard plugins:
6gzip.vim	edit compressed files
7netrw.vim	edit files over a network and browse (remote) directories
8rrhelper.vim	used for --remote-wait editing
9tar.vim		edit (compressed) tar files
10tohtml.vim	convert a file with syntax highlighting to HTML
11vimball.vim	create and unpack .vba files
12
13Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
14taken over browsing directories (also over ftp).
15
16