diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
commit | 73e31b79de25298a519671ef8b6c2ab68af9c87e (patch) | |
tree | fafbc2e405247cd1c9b1106d6346a5767071e14f /src/dotfiles/nvim/lua/master/plugins/gruvbox.lua | |
parent | ac76d8699e3979353cd82136323e1e0afee4bba2 (diff) |
directory layout changed
Diffstat (limited to 'src/dotfiles/nvim/lua/master/plugins/gruvbox.lua')
-rw-r--r-- | src/dotfiles/nvim/lua/master/plugins/gruvbox.lua | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/dotfiles/nvim/lua/master/plugins/gruvbox.lua b/src/dotfiles/nvim/lua/master/plugins/gruvbox.lua deleted file mode 100644 index 01ad938..0000000 --- a/src/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, -}) - |