mirror of https://github.com/sgoudham/dotfiles.git
Delete noice.lua
parent
ad155739ab
commit
ddb8053d37
@ -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,
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
}
|
|
Loading…
Reference in New Issue