3 files changed,
3 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-09-23 16:29:33 +0300
Parent:
f4c2981
jump to
| M | lua/core/options.lua |
| A | spell/.gitignore |
| A | spell/en.utf-8.add |
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