diff options
| -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 |
