fix: explicitly set border to "none" in full name float (#3094)

This commit is contained in:
Šimon Mandlík 2025-04-04 08:29:38 +02:00 committed by GitHub
parent 44d9b58f11
commit c3c1935942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,7 @@ local function show()
height = 1, height = 1,
noautocmd = true, noautocmd = true,
style = "minimal", style = "minimal",
border = "none"
}) })
local ns_id = vim.api.nvim_get_namespaces()["NvimTreeHighlights"] local ns_id = vim.api.nvim_get_namespaces()["NvimTreeHighlights"]