applied my custom settings without breaking anything
This commit is contained in:
parent
452854b26d
commit
6aa224ecad
24 changed files with 3034 additions and 768 deletions
17
lua/plugins/kickstart/doc_view.lua
Normal file
17
lua/plugins/kickstart/doc_view.lua
Normal 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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue