fix: explicitly set border to "none" in full name float

This commit is contained in:
Šimon Mandlík 2025-03-31 12:10:29 +02:00
parent 44d9b58f11
commit a58466f65c
No known key found for this signature in database

View File

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