From 49f248ea71b796d44c5080926f31f585d910f66c Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Mon, 9 Feb 2026 11:10:59 +0100 Subject: add noice.lua --- noice.lua | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'noice.lua') diff --git a/noice.lua b/noice.lua index 84cbd72..2762d64 100644 --- a/noice.lua +++ b/noice.lua @@ -1,7 +1,32 @@ return { - "lukas-reineke/indent-blankline.nvim", - main = "ibl", - ---@module "ibl" - ---@type ibl.config - opts = {}, + "folke/noice.nvim", + event = "VeryLazy", + dependencies = { + "MunifTanjim/nui.nvim", + { + "rcarriga/nvim-notify", + opts = { + background_colour = "#000000", -- Fixes the "NotifyBackground" error + render = "minimal", -- Cleaner look for transparent terminals + }, + }, + }, + opts = { + lsp = { + -- override markdown rendering so that **cmp** and other plugins use **Treesitter** + override = { + ["vim.lsp.util.convert_input_to_markdown_lines"] = true, + ["vim.lsp.util.stylize_markdown"] = true, + ["cmp.entry.get_documentation"] = true, + }, + }, + presets = { + bottom_search = true, -- keeps search at the bottom + command_palette = true, -- centered cmdline and popupmenu + long_message_to_split = true, -- sends long messages to a buffer + inc_rename = false, + lsp_doc_border = true, -- enabled this for better readability + }, + -- Add views/routes here if you want to filter specific messages + }, } -- cgit v1.2.3