feat: Allow customizing preview window background

Closes #64
This commit is contained in:
simrat39
2021-09-21 19:24:26 -07:00
parent a8cab53271
commit 1ef3b66db8
4 changed files with 20 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ M.defaults = {
show_numbers = false,
show_relative_numbers = false,
show_symbol_details = true,
preview_bg_highlight = 'Pmenu',
keymaps = { -- These keymaps can be a string or a table for multiple keys
close = {"<Esc>", "q"},
goto_location = "<Cr>",