Updating config

This commit is contained in:
2024-10-16 11:29:53 +02:00
parent fe1c319ffc
commit 7ebee5edac
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ return {
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
},
hover = {
silent = true,
},
},
presets = {
bottom_search = true,

View File

@@ -3,6 +3,7 @@ return {
{
"rachartier/tiny-inline-diagnostic.nvim",
event = "LspAttach",
enabled = false,
config = function()
require("tiny-inline-diagnostic").setup()