diff options
Diffstat (limited to 'lua/ache/plugins/themes/material.lua')
| -rw-r--r-- | lua/ache/plugins/themes/material.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/themes/material.lua b/lua/ache/plugins/themes/material.lua index a9e7dc8..82ffc66 100644 --- a/lua/ache/plugins/themes/material.lua +++ b/lua/ache/plugins/themes/material.lua @@ -1,6 +1,6 @@ return { "marko-cerovac/material.nvim", - enabled = true, + enabled = true, lazy = true, config = function() vim.g.material_style = "palenight" |