nvim: explicitly set winborder to empty string for now
This commit is contained in:
@@ -8,6 +8,8 @@ vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.o.winborder = ''
|
||||
|
||||
vim.opt.smartindent = true
|
||||
|
||||
vim.opt.wrap = false
|
||||
|
||||
Reference in New Issue
Block a user