general updates to config, minor fixes

This commit is contained in:
xesc 2024-02-29 20:33:48 +01:00
parent 68796d499e
commit 376fb5df91
6 changed files with 9 additions and 9 deletions

View file

@ -10,15 +10,17 @@ return {
custom_gruvbox.visual.a.bg = '#a9b665'
custom_gruvbox.replace.a.bg = '#ea6962'
local function lspsaga()
return require('lspsaga.symbol.winbar').get_bar()
end
require('lualine').setup {
options = {
theme = custom_gruvbox,
globalstatus = true,
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
disabled_filetypes = { 'netrw', 'Trouble' }
disabled_filetypes = { 'netrw', 'Trouble' },
},
sections = {
lualine_a = {