format with stylua
This commit is contained in:
@ -2,10 +2,10 @@ return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
'Isrothy/lualine-diagnostic-message'
|
||||
'Isrothy/lualine-diagnostic-message',
|
||||
},
|
||||
config = function()
|
||||
require('lualine').setup {
|
||||
require('lualine').setup({
|
||||
options = {
|
||||
theme = 'bamboo',
|
||||
disabled_filetypes = {
|
||||
@ -22,17 +22,17 @@ return {
|
||||
'diff',
|
||||
{
|
||||
'diagnostics',
|
||||
sources = { 'nvim_diagnostic' }
|
||||
}
|
||||
sources = { 'nvim_diagnostic' },
|
||||
},
|
||||
},
|
||||
lualine_c = {
|
||||
'hostname',
|
||||
'getcwd',
|
||||
{ 'filename', path = 1, file_status = true }
|
||||
{ 'filename', path = 1, file_status = true },
|
||||
},
|
||||
lualine_y = {
|
||||
'searchcount',
|
||||
'progress'
|
||||
'progress',
|
||||
},
|
||||
},
|
||||
inactive_sections = {
|
||||
@ -41,9 +41,9 @@ return {
|
||||
{
|
||||
'filename',
|
||||
path = 1,
|
||||
file_status = true
|
||||
}
|
||||
}
|
||||
file_status = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
winbar = {
|
||||
lualine_a = {
|
||||
@ -65,15 +65,13 @@ return {
|
||||
warn = ' ',
|
||||
info = ' ',
|
||||
hint = ' ',
|
||||
}
|
||||
}
|
||||
},
|
||||
lualine_c = {
|
||||
},
|
||||
},
|
||||
},
|
||||
lualine_c = {},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {
|
||||
}
|
||||
lualine_z = {},
|
||||
},
|
||||
inactive_winbar = {
|
||||
lualine_a = {
|
||||
@ -82,7 +80,7 @@ return {
|
||||
path = 0,
|
||||
file_status = true,
|
||||
separator = { left = '', right = '' },
|
||||
}
|
||||
},
|
||||
},
|
||||
lualine_b = {
|
||||
{
|
||||
@ -92,7 +90,7 @@ return {
|
||||
lualine_c = {},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
lualine_z = {},
|
||||
},
|
||||
tabline = {
|
||||
lualine_a = {},
|
||||
@ -101,12 +99,12 @@ return {
|
||||
{
|
||||
'tabs',
|
||||
mode = 2,
|
||||
}
|
||||
},
|
||||
},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
lualine_z = {},
|
||||
},
|
||||
}
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
Reference in New Issue
Block a user