neovim/runtime/autoload
2024-09-04 19:32:52 -05:00
..
cargo
dist vim-patch:8e25d91: runtime(dist): verify that executable is in $PATH 2024-08-18 01:19:01 +02:00
provider feat(clipboard): try cygutils, clip on Windows #30215 2024-09-02 05:43:23 -07:00
remote refactor: rewrite python provider in lua 2024-01-22 22:36:40 +01:00
rust
xml
ada.vim
adacomplete.vim
bitbake.vim
cargo.vim
ccomplete.lua
ccomplete.vim
clojurecomplete.vim
context.vim
contextcomplete.vim
csscomplete.vim
decada.vim
freebasic.vim
gnat.vim
gzip.vim
hare.vim vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
haskellcomplete.vim
hcl.vim vim-patch:150b507: runtime(hcl,terraform): Add runtime files for HCL and Terraform (#30266) 2024-09-04 19:32:52 -05:00
htmlcomplete.vim
javascriptcomplete.vim
modula2.vim
msgpack.vim refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
netrw_gitignore.vim
netrw.vim vim-patch:c75dad0: runtime(netrw): Change line on mx if command output exists 2024-08-22 23:45:48 +02:00
netrwFileHandlers.vim vim-patch:f9ca139e3aa1 (#27554) 2024-02-21 06:30:18 +08:00
netrwSettings.vim vim-patch:1e34b95e4402 2024-05-09 00:15:08 +02:00
paste.vim
phpcomplete.vim
provider.vim
python3complete.vim
python.vim
pythoncomplete.vim
README.txt
RstFold.vim
rubycomplete.vim
rust.vim
rustfmt.vim
shada.vim refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
spellfile.vim
sqlcomplete.vim
syntaxcomplete.vim
tar.vim vim-patch:f9ca139e3aa1 (#27554) 2024-02-21 06:30:18 +08:00
tutor.vim
typst.vim vim-patch:1cc4cae: runtime(typst): Add typst runtime files 2024-07-16 09:43:57 +02:00
vimexpect.vim
xmlcomplete.vim
xmlformat.vim
zip.vim vim-patch:bc29ea6: runtime(zip): simplify condition to detect MS-Windows (#30115) 2024-08-22 05:58:22 +08:00

The autoload directory is for standard Vim autoload scripts.

These are functions used by plugins and for general use.  They will be loaded
automatically when the function is invoked.  See ":help autoload".

gzip.vim	for editing compressed files
netrw*.vim	browsing (remote) directories and editing remote files
tar.vim		browsing tar files
zip.vim		browsing zip files
paste.vim	common code for mswin.vim, menu.vim and macmap.vim
spellfile.vim	downloading of a missing spell file

Omni completion files:
ccomplete.vim		C
csscomplete.vim		HTML / CSS
htmlcomplete.vim	HTML
javascriptcomplete.vim  Javascript
phpcomplete.vim		PHP
pythoncomplete.vim	Python
rubycomplete.vim	Ruby
syntaxcomplete.vim	from syntax highlighting
xmlcomplete.vim		XML (uses files in the xml directory)