mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
revert: dont always set border when setting title. Closes #1436
This commit is contained in:
parent
41428f60b9
commit
fa29c6c926
1 changed files with 0 additions and 1 deletions
|
@ -632,7 +632,6 @@ 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