fix: explicitly set border to "none" in full name float
This commit is contained in:
parent
44d9b58f11
commit
a58466f65c
@ -64,6 +64,7 @@ local function show()
|
||||
height = 1,
|
||||
noautocmd = true,
|
||||
style = "minimal",
|
||||
border = "none"
|
||||
})
|
||||
|
||||
local ns_id = vim.api.nvim_get_namespaces()["NvimTreeHighlights"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user