lua format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
require('lualine').setup {
|
||||
options = {theme = 'gruvbox-material'},
|
||||
sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}},
|
||||
inactive_sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}}
|
||||
}
|
||||
require('lualine').setup({
|
||||
options = { theme = 'gruvbox-material' },
|
||||
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user