all repos

init.lua @ 1db910d78ba89a76df528f7b07c6ab40f95758e4

my nvim config
3 files changed, 3 insertions(+), 0 deletions(-)
feat(options): enable spell checker
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-09-23 16:29:33 +0300
Parent: f4c2981
M lua/core/options.lua

@@ -24,6 +24,7 @@ vim.o.softtabstop = 4

vim.o.tabstop = 4 -- other cool stuff +vim.o.spell = true vim.o.ignorecase = true vim.o.smartcase = true vim.o.number = true
A spell/.gitignore

@@ -0,0 +1,1 @@

+/*.spl
A spell/en.utf-8.add

@@ -0,0 +1,1 @@

+config