mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
feat: add buffer name
This commit is contained in:
parent
bcd87a0215
commit
b006f5077f
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ function M:mount()
|
||||||
else
|
else
|
||||||
self.buf = vim.api.nvim_create_buf(false, false)
|
self.buf = vim.api.nvim_create_buf(false, false)
|
||||||
end
|
end
|
||||||
|
vim.api.nvim_buf_set_name(self.buf, "LazyFloat")
|
||||||
|
|
||||||
self:layout()
|
self:layout()
|
||||||
self.win = vim.api.nvim_open_win(self.buf, true, self.win_opts)
|
self.win = vim.api.nvim_open_win(self.buf, true, self.win_opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue