Expand tab with 4 spaces and change colorscheme to gruvbox

This commit is contained in:
Arkaprabha Chakraborty
2024-09-30 23:06:35 +05:30
parent 4ee3e596f9
commit c4d98040ca
11 changed files with 532 additions and 532 deletions

View File

@@ -1,8 +1,8 @@
local ok, _ = pcall(require, "hardhacker")
local ok, _ = pcall(require, "gruvbox")
if not ok then
return
return
end
-- setup must be called before loading
vim.opt.termguicolors = true
vim.cmd.colorscheme("hardhacker")
vim.cmd.colorscheme("gruvbox")