diff options
| author | 2026-02-11 21:41:36 -0500 | |
|---|---|---|
| committer | 2026-02-11 21:41:36 -0500 | |
| commit | c70759274ba4cd4532bba7a4ce7d61b01634df77 (patch) | |
| tree | 014a078780a381efb134f6a3223afc6014f462dc /lua/plugins/gruvbox.lua | |
| download | nvim-c70759274ba4cd4532bba7a4ce7d61b01634df77.tar.gz nvim-c70759274ba4cd4532bba7a4ce7d61b01634df77.zip | |
Diffstat (limited to 'lua/plugins/gruvbox.lua')
| -rw-r--r-- | lua/plugins/gruvbox.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/plugins/gruvbox.lua b/lua/plugins/gruvbox.lua new file mode 100644 index 0000000..bb3a924 --- /dev/null +++ b/lua/plugins/gruvbox.lua @@ -0,0 +1,13 @@ +return { + "ellisonleao/gruvbox.nvim", + priority = 1000, + config = true, + opts = { + italic = { + comments = false, + strings = false, + }, + contrast = "hard", + transparent_mode = true, + }, +} |
