mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
docs: misc #39207
This commit is contained in:
5
runtime/lua/vim/_meta/options.gen.lua
generated
5
runtime/lua/vim/_meta/options.gen.lua
generated
@@ -6018,8 +6018,9 @@ vim.o.sw = vim.o.shiftwidth
|
||||
vim.bo.shiftwidth = vim.o.shiftwidth
|
||||
vim.bo.sw = vim.bo.shiftwidth
|
||||
|
||||
--- This option helps to avoid all the `hit-enter` prompts caused by file
|
||||
--- messages, for example with CTRL-G, and to avoid some other messages.
|
||||
--- Controls display of file messages (e.g. CTRL-G) and various other
|
||||
--- messages.
|
||||
---
|
||||
--- It is a list of flags:
|
||||
--- flag meaning when present ~
|
||||
--- l use "999L, 888B" instead of "999 lines, 888 bytes" *shm-l*
|
||||
|
||||
@@ -69,7 +69,8 @@ local M = vim._defer_require('vim.diagnostic', {
|
||||
--- - `function`: Function with signature (namespace, bufnr) that returns any of the above.
|
||||
--- @class vim.diagnostic.Opts
|
||||
---
|
||||
--- Use underline for diagnostics.
|
||||
--- Used to call attention to a diagnostic ("underline" is a misnomer).
|
||||
--- Controls the |hl-DiagnosticUnnecessary| and |hl-DiagnosticDeprecated| highlights.
|
||||
--- (default: `true`)
|
||||
--- @field underline? boolean|vim.diagnostic.Opts.Underline|fun(namespace: integer, bufnr:integer): vim.diagnostic.Opts.Underline
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user