cleaned up the config some
This commit is contained in:
parent
96add0cf96
commit
f328a7e2f5
4 changed files with 39 additions and 9 deletions
|
|
@ -6,4 +6,12 @@ return {
|
|||
position = 'right',
|
||||
width = 60,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
'<leader>dt',
|
||||
':DocsViewToggle<enter>',
|
||||
desc = 'Toggle Documentation',
|
||||
mode = { 'n' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue