diff options
author | awy <awy@awy.one> | 2025-10-07 12:38:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-07 12:38:25 +0300 |
commit | a03c46857589ca9eb5e941a0723fc3dd1b04505f (patch) | |
tree | 429703c3b62f9bebd7f92602b329ef4a074e109b /.config/nvim/lua/plugins/gruvbox.lua | |
parent | 78b55a2e6f631bc6aab5b91c5183f6b02fadde24 (diff) | |
download | hyprdots-a03c46857589ca9eb5e941a0723fc3dd1b04505f.tar.gz |
theme
Diffstat (limited to '.config/nvim/lua/plugins/gruvbox.lua')
-rw-r--r-- | .config/nvim/lua/plugins/gruvbox.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.config/nvim/lua/plugins/gruvbox.lua b/.config/nvim/lua/plugins/gruvbox.lua deleted file mode 100644 index 3c07cb6..0000000 --- a/.config/nvim/lua/plugins/gruvbox.lua +++ /dev/null @@ -1,22 +0,0 @@ -return { - 'ellisonleao/gruvbox.nvim', - lazy = false, - priority = 1000, - config = function() - require("gruvbox").setup({ - transparent_mode = true - }) - vim.cmd.colorscheme('gruvbox') - end -} - --- return { --- 'sainnhe/everforest', --- lazy = false, --- priority = 1000, --- config = function() --- vim.g.everforest_enable_italic = true --- vim.g.everforest_transparent_background = true --- vim.cmd.colorscheme('everforest') --- end --- } |