diff options
| author | 2026-07-08 15:27:33 -0400 | |
|---|---|---|
| committer | 2026-07-08 15:27:33 -0400 | |
| commit | f4e02cd480bf44db1f947c0011f2177b908e9861 (patch) | |
| tree | 63e8f0bdec5240b6499411505b66ef7fa280a6a5 /lua/plugins/gruvbox.lua | |
| parent | c70759274ba4cd4532bba7a4ce7d61b01634df77 (diff) | |
| download | nvim-f4e02cd480bf44db1f947c0011f2177b908e9861.tar.gz nvim-f4e02cd480bf44db1f947c0011f2177b908e9861.zip | |
Diffstat (limited to 'lua/plugins/gruvbox.lua')
| -rw-r--r-- | lua/plugins/gruvbox.lua | 13 |
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, - }, -} |
