1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00
Files
dotfiles/.config/nvim/lua/plugins/nvim-docs-view.lua
2025-03-29 06:31:16 +01:00

9 lines
118 B
Lua

return {
"tiyn/nvim-docs-view",
lazy = true,
cmd = "DocsViewToggle",
opts = {
position = "bottom",
},
}