diff options
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/config/plugins.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index c9496e3..a91c1d2 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -1,6 +1,11 @@ return { -- Color scheme - { "ellisonleao/gruvbox.nvim", priority = 1000, config = true }, + { + "ellisonleao/gruvbox.nvim", + priority = 1000, + config = true, + opts = { contrast = "hard" }, + }, -- Git integration { "tpope/vim-fugitive" }, -- Shows git diff info in the gutter |
