summaryrefslogtreecommitdiff
path: root/lua/plugins/gruvbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/gruvbox.lua')
-rw-r--r--lua/plugins/gruvbox.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/plugins/gruvbox.lua b/lua/plugins/gruvbox.lua
deleted file mode 100644
index bb3a924..0000000
--- a/lua/plugins/gruvbox.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-return {
- "ellisonleao/gruvbox.nvim",
- priority = 1000,
- config = true,
- opts = {
- italic = {
- comments = false,
- strings = false,
- },
- contrast = "hard",
- transparent_mode = true,
- },
-}