diff options
| author | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
| commit | 362b4a83c33f5ff30d3dbc3d3d0b996286fae444 (patch) | |
| tree | e4e1581d47dc04cb4e0081ee4c4dd16e3d4708fa /lua/ache/plugins/themes/cyberdream.lua | |
| parent | exp: Experiment with treesitter fold (diff) | |
fix: LUA formatting
Diffstat (limited to 'lua/ache/plugins/themes/cyberdream.lua')
| -rw-r--r-- | lua/ache/plugins/themes/cyberdream.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/themes/cyberdream.lua b/lua/ache/plugins/themes/cyberdream.lua index b3775e7..5361e8c 100644 --- a/lua/ache/plugins/themes/cyberdream.lua +++ b/lua/ache/plugins/themes/cyberdream.lua @@ -1,6 +1,6 @@ return { "scottmckendry/cyberdream.nvim", - enabled = true, + enabled = true, lazy = true, config = function() -- This is optional |