#14 add border property to documentation (#16)

pull/25/head
Daniel Nehrig 3 years ago committed by GitHub
parent a955e07992
commit 8f99e669a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save