mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	fix: (toString false) producing an empty line
This commit is contained in:
		
					parent
					
						
							
								cc1f1b2ed8
							
						
					
				
			
			
				commit
				
					
						107cea4f20
					
				
			
		
					 1 changed files with 1 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 = ${builtins.toString (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 = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue