plugins.noice.settings.cmdline.enabled
Enables Noice
cmdline UI.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.noice.settings.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 or raw lua code))
Default:
null
Plugin default:
{
cmdline = {
icon = "";
lang = "vim";
pattern = "^:";
};
filter = {
icon = "$";
lang = "bash";
pattern = "^:%s*!";
};
help = {
icon = "";
pattern = "^:%s*he?l?p?%s+";
};
input = { };
lua = {
icon = "";
lang = "lua";
pattern = "^:%s*lua%s+";
};
search_down = {
icon = " ";
kind = "search";
lang = "regex";
pattern = "^/";
};
search_up = {
icon = " ";
kind = "search";
lang = "regex";
pattern = "?%?";
};
}
Declared by:
plugins.noice.settings.cmdline.opts
Global options for the cmdline. See section on [views].
[views] https://github.com/folke/noice.nvim?tab=readme-ov-file#-views
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default: { }
Declared by:
plugins.noice.settings.cmdline.view
View for rendering the cmdline.
Change to cmdline
to get a classic cmdline at the bottom.
Type: null or string or raw lua code
Default:
null
Plugin default: "cmdline_popup"
Declared by: