Unused Plugins removed, streamlined environment

This commit is contained in:
Thomas Naderer
2025-01-28 13:42:43 +01:00
parent 856c2fa7a1
commit 0453e7fef6
6 changed files with 148 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ vim.opt.shiftwidth = 4 -- Number of spaces for indentation
vim.opt.expandtab = true -- Use spaces instead of tabs
-- Coloscheme
vim.cmd [[colorscheme tokyonight]]
vim.cmd [[colorscheme gruvbox]]
vim.cmd [[set spelllang=en]]