refactor: remove unneeded dependency

This commit is contained in:
2024-11-30 14:40:00 -05:00
parent 9f21bd1d0f
commit f9677d355d
+7 -8
View File
@@ -1,17 +1,16 @@
return { return {
"folke/noice.nvim", 'folke/noice.nvim',
dependencies = { dependencies = {
"MunifTanjim/nui.nvim", 'MunifTanjim/nui.nvim',
"rcarriga/nvim-notify", 'rcarriga/nvim-notify',
"hrsh7th/nvim-cmp",
}, },
event = "VeryLazy", event = 'VeryLazy',
opts = { opts = {
lsp = { lsp = {
override = { override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true, ['vim.lsp.util.convert_input_to_markdown_lines'] = true,
["vim.lsp.util.stylize_markdown"] = true, ['vim.lsp.util.stylize_markdown'] = true,
["cmp.entry.get_documentation"] = true, ['cmp.entry.get_documentation'] = true,
}, },
}, },
presets = { presets = {