summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/custom/plugins/gruvbox_material.lua
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-11-30 01:49:54 +0100
committerfschildt <florian.schildt@protonmail.com>2025-11-30 01:49:54 +0100
commite57b85a92b2ac9120d4685bbd926773d599b6555 (patch)
tree50cce8779924cd17b7ea886e1a552fced1c661ba /.config/nvim/lua/custom/plugins/gruvbox_material.lua
parent99af108f8cd0560344fb7c8e6d027355e3f4b933 (diff)
nvim: restructure whole configHEADmaster
Diffstat (limited to '.config/nvim/lua/custom/plugins/gruvbox_material.lua')
-rw-r--r--.config/nvim/lua/custom/plugins/gruvbox_material.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/lua/custom/plugins/gruvbox_material.lua b/.config/nvim/lua/custom/plugins/gruvbox_material.lua
new file mode 100644
index 0000000..8b0d51f
--- /dev/null
+++ b/.config/nvim/lua/custom/plugins/gruvbox_material.lua
@@ -0,0 +1,7 @@
+-- init plugin gruvbox-material
+vim.g.gruvbox_material_background = 'hard'
+vim.g.gruvbox_material_foreground = 'material'
+vim.g.gruvbox_material_enable_italic = true
+vim.g.gruvbox_material_disable_italic_comment = false
+vim.g.gruvbox_material_better_performance = 1
+vim.cmd.colorscheme('gruvbox-material')