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