fix: explicitly set border to "none" in full name float (#3094)
This commit is contained in:
parent
44d9b58f11
commit
c3c1935942
@ -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"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user