add: nvim: errorbells

This commit is contained in:
qwjyh 2023-03-14 00:29:35 +09:00
parent 7ff8ff7744
commit 882282edec

View file

@ -109,6 +109,8 @@ vim.o.mouse = 'a'
vim.o.signcolumn = 'yes'
vim.o.ignorecase = true -- keep signcolumn on
vim.o.smartcase = true
vim.o.errorbells = true
-- vim.o.visualbell = false -- this is default
vim.opt.undofile = true -- Save undo history
vim.o.completeopt = 'menuone,noselect' -- for better completion experience
vim.o.termguicolors = true