From ddb8053d3753524288f911b8ed8a43f100a224cd Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:51:11 +0000 Subject: [PATCH] Delete noice.lua --- dot_config/nvim/lua/plugins/noice.lua | 35 --------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dot_config/nvim/lua/plugins/noice.lua diff --git a/dot_config/nvim/lua/plugins/noice.lua b/dot_config/nvim/lua/plugins/noice.lua deleted file mode 100644 index bb3f4d3..0000000 --- a/dot_config/nvim/lua/plugins/noice.lua +++ /dev/null @@ -1,35 +0,0 @@ -return { - -- disabled until https://github.com/folke/noice.nvim/issues/298 is fixed - -- { - -- "folke/noice.nvim", - -- config = { - -- lsp = { - -- progress = { enabled = false }, - -- - -- -- 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, - -- }, - -- }, - -- -- you can enable a preset for easier configuration - -- presets = { - -- bottom_search = true, - -- long_message_to_split = true, - -- lsp_doc_border = true, - -- }, - -- }, - -- dependencies = { - -- "MunifTanjim/nui.nvim", - -- { - -- "rcarriga/nvim-notify", - -- config = { - -- background_colour = require("catppuccin.palettes").get_palette("mocha").base, - -- render = "minimal", - -- top_down = false, - -- }, - -- }, - -- }, - -- }, -}