mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
update pretty_hover
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user