diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-02-06 16:05:26 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-02-06 16:05:53 -0500 |
| commit | 539adac8c4d5e81902b6c14eeecc53e373dd21b1 (patch) | |
| tree | 9e56aa677e87f25519c91b535a941068b108b82e | |
| parent | 2d29f9d82fd0ed23a153926ce3da43cdf990a30c (diff) | |
fix: enabled colorschemes
| -rw-r--r-- | nvim/lua/plugins/colorscheme.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nvim/lua/plugins/colorscheme.lua b/nvim/lua/plugins/colorscheme.lua index d070796..3b10862 100644 --- a/nvim/lua/plugins/colorscheme.lua +++ b/nvim/lua/plugins/colorscheme.lua @@ -4,14 +4,12 @@ local colorschemes = { name = "catpuccin", lazy = false, priority = 1000, - enabled = false, config = function() vim.cmd[[colorscheme catppuccin-mocha]] end }, wal = { "mbrea-c/wal-colors.nvim", - enabled = false, lazy = false, priority = 1000, config = function() @@ -21,7 +19,6 @@ local colorschemes = { tokyonight = { 'folke/tokyonight.nvim', name = 'tokyonight', - enabled = false, lazy = false, priority = 1000, config = function() @@ -30,7 +27,6 @@ local colorschemes = { }, everforest = { 'sainnhe/everforest', - enabled = true, lazy = false, priority = 1000, config = function() |
