plugins.noice.cmdline.enabled
enables Noice cmdline UI
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.noice.cmdline.format
conceal: (default=true) This will hide the text in the cmdline that matches the pattern.
view: (default is cmdline view)
opts: any options passed to the view
icon_hl_group: optional hl_group for the icon
title: set to anything or empty string to hide
lua = false, to disable a format, set to false
Plugin default:
{
cmdline = {pattern = "^:"; icon = ""; lang = "vim";};
search_down = {kind = "search"; pattern = "^/"; icon = " "; lang = "regex";};
search_up = {kind = "search"; pattern = "?%?"; icon = " "; lang = "regex";};
filter = {pattern = "^:%s*!"; icon = "$"; lang = "bash";};
lua = {pattern = "^:%s*lua%s+"; icon = ""; lang = "lua";};
help = {pattern = "^:%s*he?l?p?%s+"; icon = "";};
input = {};
}
Type: null or (attribute set of anything)
Default:
null
Declared by:
plugins.noice.cmdline.opts
Plugin default: {}
Type: null or anything
Default:
null
Declared by:
plugins.noice.cmdline.view
Plugin default: "cmdline_popup"
Type: null or string or raw lua code
Default:
null
Declared by: