style(nvim): format with stylua

This commit is contained in:
Price Hiller 2023-06-30 21:34:43 -05:00
parent 1b0111f742
commit 7300923a77
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ vim.api.nvim_create_autocmd("filetype", {
"text", "text",
"tex", "tex",
"plaintex", "plaintex",
"norg" "norg",
}, },
callback = function() callback = function()
if pcall(require, "autolist") then if pcall(require, "autolist") then

View File

@ -573,7 +573,7 @@ lazy.setup({
"text", "text",
"tex", "tex",
"plaintex", "plaintex",
"norg" "norg",
}, },
opts = {}, opts = {},
}, },