mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(win): make sure the border is set when setting the title
This commit is contained in:
parent
0d09c46371
commit
76311aba31
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ function M:set_title(title, pos)
|
|||
return
|
||||
end
|
||||
vim.api.nvim_win_set_config(self.win, {
|
||||
border = self.opts.border,
|
||||
title = self.opts.title,
|
||||
title_pos = self.opts.title_pos,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue