small fix

This commit is contained in:
2025-01-06 18:42:36 +03:00
parent ad33ed3c0e
commit 8e6b274df1
4 changed files with 33 additions and 12 deletions

View File

@ -3,7 +3,9 @@ local o = vim.o
local g = vim.g
local wo = vim.wo
opt.fillchars = { eob = " " }
-- vim.api.nvim_set_hl(0, "NeoTreeFloatBorder", { ctermfg = 253 })
opt.fillchars = { eob = " ", vert = "" }
opt.whichwrap:append("<>[]")