diff options
Diffstat (limited to 'lua/ache/plugins/themes/night-owl.lua')
| -rw-r--r-- | lua/ache/plugins/themes/night-owl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/themes/night-owl.lua b/lua/ache/plugins/themes/night-owl.lua index 44a71f7..90ce45e 100644 --- a/lua/ache/plugins/themes/night-owl.lua +++ b/lua/ache/plugins/themes/night-owl.lua @@ -1,6 +1,6 @@ return { "oxfist/night-owl.nvim", - enabled = true, + enabled = true, lazy = true, config = function() -- load the colorscheme here |