diff options
author | talha <talha@talhaamir.xyz> | 2024-03-01 22:18:47 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-03-01 22:18:47 +0500 |
commit | 00216181d2dea4ca8e44898aba459596b70220aa (patch) | |
tree | 1b27b8484984f3d1e227748505dbaafed3ec1c48 /lua/talha/functions.lua | |
parent | 62a5f27b6d43a769c6699cbbadc2e78ab2f004db (diff) |
Removed annoying and unused plugins:windows
- Vim-Gutentags is gone. Rarely worked.
- Lsp-Zero is gone. Was not used.
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") |