From 00216181d2dea4ca8e44898aba459596b70220aa Mon Sep 17 00:00:00 2001 From: talha Date: Fri, 1 Mar 2024 22:18:47 +0500 Subject: Removed annoying and unused plugins: - Vim-Gutentags is gone. Rarely worked. - Lsp-Zero is gone. Was not used. --- lua/talha/functions.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/talha/functions.lua') 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") -- cgit v1.2.3