diff options
Diffstat (limited to 'lua/ache/plugins/themes/ayu.lua')
| -rw-r--r-- | lua/ache/plugins/themes/ayu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/themes/ayu.lua b/lua/ache/plugins/themes/ayu.lua index 75071e5..7780cd0 100644 --- a/lua/ache/plugins/themes/ayu.lua +++ b/lua/ache/plugins/themes/ayu.lua @@ -1,6 +1,6 @@ return { "Shatur/neovim-ayu", - enabled = true, + enabled = true, lazy = true, config = function() local colors = require("ayu.colors") |