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, - -- }, - -- }, - -- }, - -- }, -}