applied my custom settings without breaking anything

This commit is contained in:
topper3418 2024-07-21 22:46:30 -05:00
parent 452854b26d
commit 6aa224ecad
24 changed files with 3034 additions and 768 deletions

View file

@ -0,0 +1,17 @@
return {
'amrbashir/nvim-docs-view',
lazy = true,
cmd = 'DocsViewToggle',
opts = {
position = 'right',
width = 60,
},
keys = {
{
'<leader>dt',
':DocsViewToggle<enter>',
desc = 'Toggle Documentation',
mode = { 'n' },
},
},
}