nvim: explicitly set winborder to empty string for now

This commit is contained in:
2025-10-15 10:13:05 +03:00
parent cd2434ca93
commit 89a49ccc5d

View File

@@ -8,6 +8,8 @@ vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.expandtab = true vim.opt.expandtab = true
vim.o.winborder = ''
vim.opt.smartindent = true vim.opt.smartindent = true
vim.opt.wrap = false vim.opt.wrap = false