diff options
| author | awy <awy@awy.one> | 2025-09-14 19:08:46 +0300 | 
|---|---|---|
| committer | awy <awy@awy.one> | 2025-09-14 19:08:46 +0300 | 
| commit | ee062a9a6113bc776795f95fae5dbaeb8dd0b568 (patch) | |
| tree | 28584187ca0aa91976fd4eda6afd2c5fb42d41a3 /.config/nvim/lua/plugins/everforest.lua | |
| parent | 4df12c15af1902ad4b26964e0428bd03f1baf31c (diff) | |
| download | hyprdots-ee062a9a6113bc776795f95fae5dbaeb8dd0b568.tar.gz | |
gruvbox
Diffstat (limited to '.config/nvim/lua/plugins/everforest.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/everforest.lua | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/nvim/lua/plugins/everforest.lua b/.config/nvim/lua/plugins/everforest.lua deleted file mode 100644 index d652977..0000000 --- a/.config/nvim/lua/plugins/everforest.lua +++ /dev/null @@ -1,10 +0,0 @@ -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 -}  |