neovim: add russian language in spelllang

This commit is contained in:
2024-03-09 13:40:00 +03:00
parent b8b8f2ba17
commit ec915018a3

View File

@@ -37,4 +37,6 @@ vim.opt.ignorecase = true
vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.opt.spelllang = "en_us,ru"
vim.cmd.colorscheme("retrobox")