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

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"]