tidying up
This commit is contained in:
parent
f4d76df7bf
commit
5d5dcabad7
2 changed files with 12 additions and 1 deletions
9
lua/kickstart/plugins/doc_view.lua
Normal file
9
lua/kickstart/plugins/doc_view.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'amrbashir/nvim-docs-view',
|
||||
lazy = true,
|
||||
cmd = 'DocsViewToggle',
|
||||
opts = {
|
||||
position = 'right',
|
||||
width = 60,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue