Activated native spell checking

This commit is contained in:
Eduardo Cueto-Mendoza 2024-03-19 10:47:00 +00:00
parent f881f33c9f
commit 2993c49748
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.guicursor = ""
-- Tesing spell checker
vim.opt.spelllang = 'en_gb'
vim.opt.spell = true
vim.opt.nu = true
vim.opt.relativenumber = true

3
spell/en.utf-8.add Normal file
View File

@ -0,0 +1,3 @@
hyperparameter
hyperparameters
NVIDIA

BIN
spell/en.utf-8.add.spl Normal file

Binary file not shown.