diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 12:07:09 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-23 12:07:09 +0400 |
commit | 8d30625048cac980a550627ae26c851ff0da5d61 (patch) | |
tree | e2b633a8f5247d9ab477d3059c4edbd833e8356a /config/nvim/lua/master/plugins/gruvbox.lua | |
parent | 5a50591ea023f63649569638d45bf0f3bec0aef6 (diff) |
nvim config removed
Diffstat (limited to 'config/nvim/lua/master/plugins/gruvbox.lua')
-rw-r--r-- | config/nvim/lua/master/plugins/gruvbox.lua | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/nvim/lua/master/plugins/gruvbox.lua b/config/nvim/lua/master/plugins/gruvbox.lua deleted file mode 100644 index 01ad938..0000000 --- a/config/nvim/lua/master/plugins/gruvbox.lua +++ /dev/null @@ -1,27 +0,0 @@ --- Default options: -require("gruvbox").setup({ - terminal_colors = true, -- add neovim terminal colors - undercurl = true, - underline = true, - bold = true, - italic = { - strings = true, - emphasis = true, - comments = true, - operators = false, - folds = true, - }, - - strikethrough = true, - invert_selection = false, - invert_signs = false, - invert_tabline = false, - invert_intend_guides = false, - inverse = true, -- invert background for search, diffs, statuslines and errors - contrast = "", -- can be "hard", "soft" or empty string - palette_overrides = {}, - overrides = {}, - dim_inactive = false, - transparent_mode = false, -}) - |