add: nvim: errorbells
This commit is contained in:
parent
7ff8ff7744
commit
882282edec
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue