Skip to content
Snippets Groups Projects
Commit 7f882478 authored by Tobias Ritschl's avatar Tobias Ritschl
Browse files

Update nvim config from Thinkpad

parent d9a8f698
No related branches found
No related tags found
1 merge request!1Lazyvim
......@@ -5,4 +5,12 @@ return {
table.insert(opts.ensure_installed, "clang-format")
end,
},
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
tex = { "latexindent" },
},
},
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment