feat(config): add new branch

This commit is contained in:
2025-01-11 18:20:26 +04:00
commit bda5df7e13
28 changed files with 1179 additions and 0 deletions

View 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
}