clean stuff

This commit is contained in:
siduck76
2021-07-16 23:22:36 +05:30
parent 6f2b358d3a
commit 2952f4d5c7
12 changed files with 66 additions and 48 deletions

View File

@@ -1,4 +1,3 @@
-- colorscheme related stuff
vim.g.nvchad_theme = "onedark"
local base16
@@ -12,7 +11,6 @@ if
return false
else
base16(base16.themes["onedark"], true)
local cmd = vim.cmd
-- load bg color before async for smooth transition
local background = require("themes/" .. vim.g.nvchad_theme).black