nvim/plugin-confs/nvim-docs-view.lua

7 lines
119 B
Lua
Raw Normal View History

2022-11-02 22:50:13 -07:00
require("docs-view").setup {
-- position = "right",
-- width = 90,
position = "bottom",
height = 20,
}