Remove tildas '~' from end of buffers

This commit is contained in:
2021-12-07 22:33:00 +03:00
parent c5d3460231
commit e0fbdcbcd1

View File

@@ -97,6 +97,7 @@ vim.o.splitright = true
vim.o.splitbelow = true vim.o.splitbelow = true
vim.o.termguicolors = true vim.o.termguicolors = true
vim.o.signcolumn = "yes" vim.o.signcolumn = "yes"
vim.opt.fillchars:append({eob = " "})
vim.g.mapleader = " " vim.g.mapleader = " "