1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: added docs window plugin

This commit is contained in:
2024-03-08 04:03:56 +01:00
parent f26bda0261
commit 60a947a8a2
5 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
return {
"amrbashir/nvim-docs-view",
lazy = true,
cmd = "DocsViewToggle",
opts = {
position = "bottom",
},
}