mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
docs: api, messages, lsp, trust
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
This commit is contained in:
@@ -3985,6 +3985,7 @@ local options = {
|
||||
|
||||
Examples of cursor highlighting: >vim
|
||||
highlight Cursor gui=reverse guifg=NONE guibg=NONE
|
||||
" Note: gui=reverse overrides colors.
|
||||
highlight Cursor gui=NONE guifg=bg guibg=fg
|
||||
<
|
||||
]=],
|
||||
@@ -4000,10 +4001,11 @@ local options = {
|
||||
abbreviation = 'gfn',
|
||||
defaults = {
|
||||
if_true = macros('DFLT_GFN', 'string'),
|
||||
doc = [[(MS-Windows) "Cascadia Code,Cascadia Mono,Consolas,Courier New,monospace"
|
||||
(Mac) "SF Mono,Menlo,Monaco,Courier New,monospace"
|
||||
(Linux) "Source Code Pro,DejaVu Sans Mono,Courier New,monospace"
|
||||
(others) "DejaVu Sans Mono,Courier New,monospace"]],
|
||||
doc = [["DejaVu Sans Mono,Courier New,monospace"
|
||||
Mac: "SF Mono,Menlo,Monaco,Courier New,monospace"
|
||||
Linux: "Source Code Pro,DejaVu Sans Mono,Courier New,monospace"
|
||||
MS-Windows: "Cascadia Code,Cascadia Mono,Consolas,Courier New,monospace"]],
|
||||
meta = 'DFLT_GFN',
|
||||
},
|
||||
desc = [=[
|
||||
This is a list of fonts which will be used for the GUI version of Vim.
|
||||
|
||||
Reference in New Issue
Block a user