Files
nvim/lua/plugins/pretty_hover.lua
Oliver Hartmann 872e2b4c80 added pretty hover
2023-06-26 11:13:23 +02:00

6 lines
80 B
Lua

return {
'Fildo7525/pretty_hover',
event = 'LspAttach',
opts = {},
}