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

7 lines
119 B
Lua
Raw Permalink Normal View History

2022-10-27 17:28:20 -07:00
require("docs-view").setup {
-- position = "right",
-- width = 90,
position = "bottom",
height = 20,
}