From 55eda12a5e8ec3920bc7f78e1949c498787b84bd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:12:59 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua index b51b8a7..86f4b49 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/options.lua @@ -14,7 +14,9 @@ vim.opt.backup = false vim.opt.breakindent = true vim.opt.conceallevel = 1 vim.opt.cursorline = true +vim.opt.encoding = "utf-8" vim.opt.expandtab = true +vim.opt.fileencoding = "utf-8" vim.opt.hlsearch = true vim.opt.ignorecase = true vim.opt.inccommand = "split" @@ -32,7 +34,7 @@ vim.opt.signcolumn = "yes" vim.opt.smartcase = true vim.opt.smartindent = true vim.opt.softtabstop = 2 -vim.opt.spellfile = vim.fn.expand(vim.fn.stdpath("config") .. "/lua/thesiahxyz/spells/en.utf-8.add") +vim.opt.spell = false vim.opt.splitbelow = true vim.opt.splitright = true vim.opt.swapfile = false -- cgit v1.2.3