diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:22:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:22:03 +0400 |
commit | c419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch) | |
tree | 623e75923db712e700a447fbb48c0f7105836f8d /dotfiles/nvim/lua/master/plugins/gruvbox.lua | |
parent | 395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff) |
directory name changed from dotfiles to config
Diffstat (limited to 'dotfiles/nvim/lua/master/plugins/gruvbox.lua')
-rw-r--r-- | dotfiles/nvim/lua/master/plugins/gruvbox.lua | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dotfiles/nvim/lua/master/plugins/gruvbox.lua b/dotfiles/nvim/lua/master/plugins/gruvbox.lua deleted file mode 100644 index 01ad938..0000000 --- a/dotfiles/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, -}) - |