cleaned up the config some

This commit is contained in:
Travis Opperud 2024-07-13 16:04:25 -05:00
parent 96add0cf96
commit f328a7e2f5
4 changed files with 39 additions and 9 deletions

View file

@ -6,4 +6,12 @@ return {
position = 'right',
width = 60,
},
keys = {
{
'<leader>dt',
':DocsViewToggle<enter>',
desc = 'Toggle Documentation',
mode = { 'n' },
},
},
}