Remove outcommented code that no longer will have any use in the future

This commit is contained in:
Martin Larsson 2025-01-19 23:27:46 +00:00
parent cc24488f29
commit 913d98e389
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ return {
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
-- "hrsh7th/nvim-cmp",
{ 'echasnovski/mini.diff', version = false }, { 'echasnovski/mini.diff', version = false },
{ "stevearc/dressing.nvim", opts = {} }, { "stevearc/dressing.nvim", opts = {} },
}, },

View file

@ -16,11 +16,9 @@ return {
}, },
opts = { opts = {
lsp = { lsp = {
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
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, -- requires hrsh7th/nvim-cmp
}, },
}, },
presets = { presets = {