general updates to config, minor fixes
This commit is contained in:
parent
68796d499e
commit
376fb5df91
6 changed files with 9 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue