revert: dont always set border when setting title. Closes #1436

This commit is contained in:
Folke Lemaitre 2025-02-26 07:53:44 +01:00
parent 41428f60b9
commit fa29c6c926
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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