nvim: run a formatted and update autocmds to new 0.7 api
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
-- lualine colorscheme
|
||||
require('lualine').setup{
|
||||
options = {
|
||||
theme = 'auto',
|
||||
section_separators = {'', ''},
|
||||
component_separators = {'', ''}
|
||||
}
|
||||
}
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
theme = "auto",
|
||||
section_separators = { "", "" },
|
||||
component_separators = { "", "" },
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user