Major changes including better ui and more keybinds :)
This commit is contained in:
18
lua/core/overrides/hover.lua
Normal file
18
lua/core/overrides/hover.lua
Normal file
@ -0,0 +1,18 @@
|
||||
require("hover").setup {
|
||||
init = function()
|
||||
-- Require providers
|
||||
require("hover.providers.lsp")
|
||||
-- require('hover.providers.gh')
|
||||
-- require('hover.providers.gh_user')
|
||||
-- require('hover.providers.jira')
|
||||
require('hover.providers.man')
|
||||
require('hover.providers.dictionary')
|
||||
end,
|
||||
preview_opts = {
|
||||
border = 'single'
|
||||
},
|
||||
-- Whether the contents of a currently open hover window should be moved
|
||||
-- to a :h preview-window when pressing the hover keymap.
|
||||
preview_window = true,
|
||||
title = true
|
||||
}
|
Reference in New Issue
Block a user