2024-07-11 22:17:06 -05:00

10 lines
138 B
Lua

return {
'amrbashir/nvim-docs-view',
lazy = true,
cmd = 'DocsViewToggle',
opts = {
position = 'right',
width = 60,
},
}