tidying up

This commit is contained in:
topper3418 2024-07-11 22:17:06 -05:00
parent f4d76df7bf
commit 5d5dcabad7
2 changed files with 12 additions and 1 deletions

View file

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