From 1c91cc52cbc54a95fd6c2c3182f5a720c0725cf8 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:17:48 +0900 Subject: modified core/options.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/core/options.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3