nvim: init: Enable British English spell language

This commit is contained in:
Sanchayan Maity 2022-09-28 17:26:22 +05:30
parent 43e4927c88
commit c626c1dac2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ vim.o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic'
vim.o.scrolloff = 999
vim.o.formatoptions = "crqn1j"
vim.o.signcolumn = "auto:1-2"
vim.o.spelllang = "en_gb"
-- Disable providers we do not give a shit about
vim.g.loaded_python3_provider = 0