remove noice - Commit bdcaa6e3 - AstroNvim_user
| skipped 14 lines |
15 | 15 | | }, |
16 | 16 | | g = { |
17 | 17 | | matchup_matchparen_deferred = 1, |
18 | | - | lsp_handlers_enabled = false, |
19 | 18 | | }, |
20 | 19 | | } |
21 | 20 | | |
| skipped 68 lines |
69 | 69 | | init = function() table.insert(astronvim.file_plugins, "nvim-lastplace") end, |
70 | 70 | | config = require "user.plugins.nvim-lastplace", |
71 | 71 | | }, |
72 | | - | ["folke/noice.nvim"] = { |
73 | | - | event = "VeryLazy", |
74 | | - | config = function() |
75 | | - | require("noice").setup { |
76 | | - | lsp = { |
77 | | - | override = { |
78 | | - | ["vim.lsp.util.convert_input_to_markdown_lines"] = true, |
79 | | - | ["vim.lsp.util.stylize_markdown"] = true, |
80 | | - | ["cmp.entry.get_documentation"] = true, |
81 | | - | }, |
82 | | - | }, |
83 | | - | messages = { enabled = false }, |
84 | | - | presets = { |
85 | | - | bottom_search = true, |
86 | | - | command_palette = true, |
87 | | - | long_message_to_split = true, |
88 | | - | lsp_doc_border = "rounded", |
89 | | - | }, |
90 | | - | } |
91 | | - | end, |
92 | | - | }, |
93 | 72 | | ["jose-elias-alvarez/typescript.nvim"] = { |
94 | 73 | | dependencies = { "williamboman/mason-lspconfig.nvim" }, |
95 | 74 | | ft = { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" }, |
| skipped 18 lines |
Page is in error, reload to recover