nvim: init: Enable British English spell language
This commit is contained in:
parent
43e4927c88
commit
c626c1dac2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue