Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8aba452

Browse files
committed
also set border right away when creating doc popup
Signed-off-by: Tomas Slusny <[email protected]>
1 parent f78333e commit 8aba452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/autocomplete/buffer.lua

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ local function complete_changed(args)
194194
vim.wo[wininfo.winid].conceallevel = 2
195195
vim.wo[wininfo.winid].concealcursor = 'niv'
196196
vim.bo[wininfo.bufnr].syntax = 'markdown'
197+
vim.api.nvim_win_set_config(wininfo.winid, { border = M.config.border })
197198
-- FIXME: Treesitter is *very* buggy with some LSPs, do not use. Already thought it was fixed once before but no
198199
-- vim.treesitter.start(wininfo.bufnr, 'markdown')
199200
end

0 commit comments

Comments
 (0)