mirror of
https://github.com/ksyasuda/rice.git
synced 2024-11-22 03:19:58 -08:00
7 lines
119 B
Lua
7 lines
119 B
Lua
|
require("docs-view").setup {
|
||
|
-- position = "right",
|
||
|
-- width = 90,
|
||
|
position = "bottom",
|
||
|
height = 20,
|
||
|
}
|