From 107cea4f20e69b4c3535d77d696d4e6476b32382 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 26 Jul 2023 15:12:32 +0300 Subject: [PATCH] fix: (toString false) producing an empty line --- modules/ui/noice/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/noice/config.nix b/modules/ui/noice/config.nix index a2e3008..d12ebf0 100644 --- a/modules/ui/noice/config.nix +++ b/modules/ui/noice/config.nix @@ -32,7 +32,7 @@ in { command_palette = true, -- position the cmdline and popupmenu together long_message_to_split = true, -- long messages will be sent to a split 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 = {