plugins.noice.cmdline.enabled

enables Noice cmdline UI

Type: null or boolean or raw lua code

Default: null

Plugin default: true

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

Type: null or (attribute set of anything)

Default: null

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 = {};
}

Declared by:

plugins.noice.cmdline.opts

Type: null or anything

Default: null

Plugin default: {}

Declared by:

plugins.noice.cmdline.view

Type: null or string or raw lua code

Default: null

Plugin default: "cmdline_popup"

Declared by: