statusline color
This commit is contained in:
parent
d337001795
commit
95c5e33aef
|
@ -1,8 +1,8 @@
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
-- theme = 'auto',
|
theme = 'auto',
|
||||||
theme = 'gruvbox',
|
-- theme = 'gruvbox',
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '', right = '' },
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
|
|
Loading…
Reference in New Issue