From 0fdea977f517d29ffc249831e3daa02b152d5a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 20 Feb 2023 22:58:19 +0100 Subject: [PATCH] theme: change to ellisonleao/gruvbox.nvim --- lua/plugins/common.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/plugins/common.lua b/lua/plugins/common.lua index 47ed5a6..ea93ae4 100644 --- a/lua/plugins/common.lua +++ b/lua/plugins/common.lua @@ -5,6 +5,7 @@ return { priority = 1000, config = function() + require('gruvbox').setup({ contrast = 'soft'}) vim.cmd.colorscheme 'gruvbox' end, }, @@ -55,6 +56,7 @@ return { options = { icons_enabled = false, theme = 'gruvbox', + statusline_style = 'mix', component_separators = '|', section_separators = '', }, @@ -123,7 +125,7 @@ return { "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended "MunifTanjim/nui.nvim", }, - config = function () + config = function() -- Unless you are still migrating, remove the deprecated commands from v1.x vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])