Merge pull request #6 from fortydeea/feature/enable-spell-check
Enable spell check
This commit is contained in:
commit
dde8a5ed26
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
|
@ -166,6 +166,10 @@ vim.o.scrolloff = 10
|
|||
-- See `:help 'confirm'`
|
||||
vim.o.confirm = true
|
||||
|
||||
-- Enable spell checking
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = 'en_us'
|
||||
|
||||
-- [[ Basic Keymaps ]]
|
||||
-- See `:help vim.keymap.set()`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue