feat(config): add new branch
This commit is contained in:
14
lua/config/plugins/hover_actions.lua
Normal file
14
lua/config/plugins/hover_actions.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require("hover").setup {
|
||||
init = function()
|
||||
require("hover.providers.lsp")
|
||||
end,
|
||||
preview_opts = {
|
||||
border = 'single'
|
||||
},
|
||||
preview_window = false,
|
||||
title = true,
|
||||
mouse_providers = {
|
||||
'LSP'
|
||||
},
|
||||
mouse_delay = 1000
|
||||
}
|
||||
Reference in New Issue
Block a user