rice/nvim/plugin-confs/nvim-docs-view.lua
2022-10-27 17:28:20 -07:00

7 lines
119 B
Lua

require("docs-view").setup {
-- position = "right",
-- width = 90,
position = "bottom",
height = 20,
}