mirror of https://github.com/sgoudham/dotfiles.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.3 KiB
Lua
36 lines
1.3 KiB
Lua
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,
|
|
-- },
|
|
-- },
|
|
-- },
|
|
-- },
|
|
}
|