Activated native spell checking
This commit is contained in:
parent
f881f33c9f
commit
2993c49748
|
@ -2,6 +2,9 @@ vim.g.mapleader = ' '
|
||||||
vim.g.maplocalleader = ' '
|
vim.g.maplocalleader = ' '
|
||||||
|
|
||||||
vim.opt.guicursor = ""
|
vim.opt.guicursor = ""
|
||||||
|
-- Tesing spell checker
|
||||||
|
vim.opt.spelllang = 'en_gb'
|
||||||
|
vim.opt.spell = true
|
||||||
|
|
||||||
vim.opt.nu = true
|
vim.opt.nu = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
hyperparameter
|
||||||
|
hyperparameters
|
||||||
|
NVIDIA
|
Binary file not shown.
Loading…
Reference in New Issue