diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-25 14:17:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-25 14:17:48 +0900 |
| commit | 1c91cc52cbc54a95fd6c2c3182f5a720c0725cf8 (patch) | |
| tree | fe4f49e71e487b0aead6808d941dc986e0c33995 /ar | |
| parent | 1b936638ecd22d7932d6f870e17b9e36a15c33ab (diff) | |
modified core/options.lua
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua index 86f4b49..a4b373f 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua @@ -35,6 +35,7 @@ vim.opt.smartcase = true vim.opt.smartindent = true vim.opt.softtabstop = 2 vim.opt.spell = false +vim.opt.spellfile = vim.fn.stdpath("config") .. "/spell/en.utf-8.add" vim.opt.splitbelow = true vim.opt.splitright = true vim.opt.swapfile = false |
