From 8f99e669a2f5e1d922b0dca3cc9185f3c3fc32bb Mon Sep 17 00:00:00 2001 From: Daniel Nehrig Date: Wed, 16 Jun 2021 01:36:14 +0200 Subject: [PATCH] #14 add border property to documentation (#16) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b256da3..76c7c0c 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ require.'navigator'.setup({ code_action_icon = " ", width = 0.75, -- number of cols for the floating window height = 0.3, -- preview window size, 0.3 by default + border = {"╭", "─", "╮", "│", "╯", "─", "╰", "│"}, -- border style on_attach = nil, -- put a on_attach of your own here, e.g -- function(client, bufnr)