Use neovide

This commit is contained in:
Maciej Jur 2023-07-27 23:31:51 +02:00
parent 06d7f39964
commit e2ebc6c986
No known key found for this signature in database
GPG key ID: ADA3BF323198C639

View file

@ -25,6 +25,9 @@ vim.opt.listchars = {
tab = '→→',
}
-- Neovide
g.neovide_scale_factor = 0.75
-- Trailing whitespace
-- vim.fn.matchadd("errorMsg", [[\s\+$]])
vim.api.nvim_create_autocmd("BufWritePre", { command = [[%s/\s\+$//e]] })