mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	Merge pull request #155 from NotAShelf/misc
ui/noice: disable messages by default
This commit is contained in:
		
				commit
				
					
						5f0b724637
					
				
			
		
					 1 changed files with 12 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ in { | ||||||
|           command_palette = true, -- position the cmdline and popupmenu together |           command_palette = true, -- position the cmdline and popupmenu together | ||||||
|           long_message_to_split = true, -- long messages will be sent to a split |           long_message_to_split = true, -- long messages will be sent to a split | ||||||
|           inc_rename = false, -- enables an input dialog for inc-rename.nvim |           inc_rename = false, -- enables an input dialog for inc-rename.nvim | ||||||
|           lsp_doc_border = ${boolToString (config.vim.ui.borders.enable)}, -- add a border to hover docs and signature help |           lsp_doc_border = ${boolToString config.vim.ui.borders.enable}, -- add a border to hover docs and signature help | ||||||
|         }, |         }, | ||||||
| 
 | 
 | ||||||
|         format = { |         format = { | ||||||
|  | @ -45,6 +45,17 @@ in { | ||||||
|           input = {}, |           input = {}, | ||||||
|         }, |         }, | ||||||
| 
 | 
 | ||||||
|  |         messages = { | ||||||
|  |           -- NOTE: If you enable messages, then the cmdline is enabled automatically. | ||||||
|  |           -- This is a current Neovim limitation. | ||||||
|  |           enabled = false, -- enables the Noice messages UI | ||||||
|  |           view = "notify", -- default view for messages | ||||||
|  |           view_error = "notify", -- view for errors | ||||||
|  |           view_warn = "notify", -- view for warnings | ||||||
|  |           view_history = "messages", -- view for :messages | ||||||
|  |           view_search = "virtualtext", -- view for search count messages. Set to `false` to disable | ||||||
|  |         }, | ||||||
|  | 
 | ||||||
|         -- Hide written messages |         -- Hide written messages | ||||||
|         routes = { |         routes = { | ||||||
|           { |           { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
					GitHub