Skip to content

Commit c3c1935

Browse files
authored
fix: explicitly set border to "none" in full name float (#3094)
1 parent 44d9b58 commit c3c1935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/renderer/components/full-name.lua

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ local function show()
6464
height = 1,
6565
noautocmd = true,
6666
style = "minimal",
67+
border = "none"
6768
})
6869

6970
local ns_id = vim.api.nvim_get_namespaces()["NvimTreeHighlights"]

0 commit comments

Comments
 (0)