lazy loading 100%!!

This commit is contained in:
siduck76
2021-07-18 22:11:52 +05:30
parent 9f1dc90269
commit 4ff7208c66
4 changed files with 30 additions and 31 deletions

View File

@@ -4,6 +4,7 @@ local present, base16 = pcall(require, "base16")
if present then
base16(base16.themes["onedark"], true)
pcall(require, "highlights")
return true
else
return false