We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
border
"none"
1 parent 44d9b58 commit c3c1935Copy full SHA for c3c1935
lua/nvim-tree/renderer/components/full-name.lua
@@ -64,6 +64,7 @@ local function show()
64
height = 1,
65
noautocmd = true,
66
style = "minimal",
67
+ border = "none"
68
})
69
70
local ns_id = vim.api.nvim_get_namespaces()["NvimTreeHighlights"]
0 commit comments