diff options
Diffstat (limited to 'lua/ache/plugins/themes')
| -rw-r--r-- | lua/ache/plugins/themes/ayu.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/cyberdream.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/github-nvim-theme.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/jellybeans.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/material.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/night-owl.lua | 2 | ||||
| -rw-r--r-- | lua/ache/plugins/themes/nightfox.lua | 2 |
7 files changed, 7 insertions, 7 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") 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 diff --git a/lua/ache/plugins/themes/github-nvim-theme.lua b/lua/ache/plugins/themes/github-nvim-theme.lua index 60fea21..4b4da1d 100644 --- a/lua/ache/plugins/themes/github-nvim-theme.lua +++ b/lua/ache/plugins/themes/github-nvim-theme.lua @@ -1,6 +1,6 @@ return { "projekt0n/github-nvim-theme", - enabled = true, + enabled = true, lazy = true, config = function() require("github-theme").setup({}) diff --git a/lua/ache/plugins/themes/jellybeans.lua b/lua/ache/plugins/themes/jellybeans.lua index 50973a6..6d9ae3e 100644 --- a/lua/ache/plugins/themes/jellybeans.lua +++ b/lua/ache/plugins/themes/jellybeans.lua @@ -1,7 +1,7 @@ return { "metalelf0/jellybeans-nvim", lazy = true, - enabled = true, + enabled = true, dependencies = { "rktjmp/lush.nvim" }, opts = {}, config = function() 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" 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 diff --git a/lua/ache/plugins/themes/nightfox.lua b/lua/ache/plugins/themes/nightfox.lua index 5b47df1..485e283 100644 --- a/lua/ache/plugins/themes/nightfox.lua +++ b/lua/ache/plugins/themes/nightfox.lua @@ -1,6 +1,6 @@ return { "EdenEast/nightfox.nvim", - enabled = true, + enabled = true, lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, -- default priority is 50 config = function() |