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

@ -16,11 +16,9 @@ return {
},
opts = {
lsp = {
-- 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, -- requires hrsh7th/nvim-cmp
},
},
presets = {