Enable spellcheck
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
-- enable spellchecking
|
||||||
|
-- z= for work suggestions
|
||||||
|
-- ]s next misspelling
|
||||||
|
-- https://neovim.io/doc/user/spell.html
|
||||||
|
vim.opt.spell = true
|
||||||
|
vim.opt.spelllang = "en_gb"
|
||||||
|
|
||||||
-- visual mode <space> = to line up "=" in selection
|
-- visual mode <space> = to line up "=" in selection
|
||||||
vim.keymap.set(
|
vim.keymap.set(
|
||||||
'v', '<leader>=', ':Tabularize /=<CR>',
|
'v', '<leader>=', ':Tabularize /=<CR>',
|
||||||
|
|||||||
Reference in New Issue
Block a user