diff options
author | Chris <[email protected]> | 2021-06-30 22:03:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-06-30 22:03:56 -0400 |
commit | a84f5eb36b7bf742a505116483b2745e2f5414d5 (patch) | |
tree | 1bd8fb80dc7c1b95334f033b0f1469b72dc2b9f8 /lua/default-config.lua | |
parent | 6c7717e45138e0acfc3025fa5eea8858b2cece11 (diff) |
add lush and template for creating colorschemes
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 8aff6f85..407e4c1f 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -58,6 +58,7 @@ O = { gitlinker = {active = false}, lazygit = {active = false}, octo = {active = false}, + lush = {active = false}, diffview = {active = false}, bracey = {active = false}, telescope_project = {active = false} |