style(nvim): format with stylua
This commit is contained in:
parent
1b0111f742
commit
7300923a77
@ -258,7 +258,7 @@ vim.api.nvim_create_autocmd("filetype", {
|
||||
"text",
|
||||
"tex",
|
||||
"plaintex",
|
||||
"norg"
|
||||
"norg",
|
||||
},
|
||||
callback = function()
|
||||
if pcall(require, "autolist") then
|
||||
|
@ -573,7 +573,7 @@ lazy.setup({
|
||||
"text",
|
||||
"tex",
|
||||
"plaintex",
|
||||
"norg"
|
||||
"norg",
|
||||
},
|
||||
opts = {},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user