style(nvim): format with stylua

This commit is contained in:
Price Hiller 2023-05-05 04:51:23 -05:00
parent 0fdab7ea8b
commit b507f77d2c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ require("noice").setup({
presets = {
long_message_to_split = true,
bottom_search = true,
inc_rename = true
inc_rename = true,
},
})

View File

@ -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,
},