mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:5ca1ea8: runtime(doc): Tweak documentation style
closes: vim/vim#18078
5ca1ea83ad
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -121,8 +121,8 @@ vim.go.autocomplete = vim.o.autocomplete
|
||||
vim.go.ac = vim.go.autocomplete
|
||||
|
||||
--- Delay in milliseconds before the autocomplete menu appears after
|
||||
--- typing. If you prefer it not to open too quickly, set this value
|
||||
--- slightly above your typing speed. See `ins-autocompletion`.
|
||||
--- typing. If you prefer it not to open too quickly, set this value
|
||||
--- slightly above your typing speed. See `ins-autocompletion`.
|
||||
---
|
||||
--- @type integer
|
||||
vim.o.autocompletedelay = 0
|
||||
|
Reference in New Issue
Block a user