Add gruvbox theme to lualine

This commit is contained in:
Andreas Tsouchlos 2024-02-28 01:48:44 +01:00
parent beb2786bb3
commit b2949b9975

View File

@ -6,6 +6,9 @@ return {
'nvim-tree/nvim-web-devicons' 'nvim-tree/nvim-web-devicons'
}, },
opts = { opts = {
options = {
theme = 'gruvbox_dark'
},
extensions = { extensions = {
'nvim-tree', 'nvim-tree',
'trouble', 'trouble',