From f8a97d0194c9ad2fce1fd77a2212206aabe45c61 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 23 Jan 2024 16:42:58 +0100 Subject: up --- .config/nvim/after/plugin/gruvbox.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/nvim/after') diff --git a/.config/nvim/after/plugin/gruvbox.lua b/.config/nvim/after/plugin/gruvbox.lua index e7e5905..7ea4f3e 100644 --- a/.config/nvim/after/plugin/gruvbox.lua +++ b/.config/nvim/after/plugin/gruvbox.lua @@ -1,4 +1,5 @@ require("gruvbox").setup({ + priority = 1000, terminal_colors = false, -- add neovim terminal colors undercurl = true, underline = true, @@ -19,7 +20,7 @@ require("gruvbox").setup({ contrast = "", -- can be "hard", "soft" or empty string palette_overrides = {}, overrides = { - -- ["@punctuation.delimiter"] = { fg = "#928374" }, + ["@punctuation.delimiter"] = { fg = "#928374" }, ["@string"] = { fg = "#8ec07c" }, }, dim_inactive = false, -- cgit v1.2.3