diff options
Diffstat (limited to 'lua/talha/functions.lua')
-rw-r--r-- | lua/talha/functions.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/talha/functions.lua b/lua/talha/functions.lua index 9724541..b36bc60 100644 --- a/lua/talha/functions.lua +++ b/lua/talha/functions.lua @@ -67,12 +67,6 @@ function ToggleSpellCheck() vim.opt.spelllang = 'en_us' end -function SetFocusColors(mode) - vim.o.background = "light" - vim.opt.cursorline = false - vim.cmd("colorscheme vscode") -end - function GetHomeDir() -- for linux/mac local home = os.getenv("HOME") |