style(nvim): format with stylua
This commit is contained in:
parent
0fdab7ea8b
commit
b507f77d2c
@ -10,6 +10,6 @@ require("noice").setup({
|
||||
presets = {
|
||||
long_message_to_split = true,
|
||||
bottom_search = true,
|
||||
inc_rename = true
|
||||
inc_rename = true,
|
||||
},
|
||||
})
|
||||
|
@ -71,7 +71,7 @@ lualine.setup({
|
||||
theme = "auto",
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
disabled_filetypes = {"alpha"},
|
||||
disabled_filetypes = { "alpha" },
|
||||
always_divide_middle = true,
|
||||
globalstatus = true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user