update pretty_hover

This commit is contained in:
xfy
2024-06-26 13:48:29 +08:00
parent f397acf667
commit a3647088b4
3 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,4 @@
local cmp = require("cmp")
local overrides = require("configs.overrides")
local plugins = {
@ -381,6 +380,11 @@ local plugins = {
event = "VeryLazy",
opts = {},
},
{
"Fildo7525/pretty_hover",
event = "LspAttach",
opts = {},
},
{
"folke/trouble.nvim",
cmd = "Trouble",
@ -478,7 +482,7 @@ local plugins = {
"sindrets/diffview.nvim", -- optional - Diff integration
"nvim-telescope/telescope.nvim", -- optional
},
event = { "VeryLazy" },
event = { "BufRead" },
config = true,
},