Document border option and publicize has_code_win

This commit is contained in:
hedy
2023-11-02 17:31:37 +08:00
parent 4358ce8e9b
commit 841825b747
4 changed files with 14 additions and 5 deletions

View File

@@ -3,12 +3,12 @@ local vim = vim
local M = {}
M.defaults = {
position = 'right',
width = 25,
highlight_hovered_item = true,
show_guides = true,
position = 'right',
border = 'single',
relative_width = true,
width = 25,
auto_close = false,
auto_preview = false,
open_hover_on_preview = true,