Ændrede diverse ting, især tilføjede jeg en masse lua-snippets

This commit is contained in:
angryluck 2024-09-17 16:35:13 +02:00
parent 3e9363b016
commit b1b7a050da
14 changed files with 428 additions and 19 deletions

View file

@ -21,6 +21,8 @@ return { -- Autoformat
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
python = { "autopep8", "black" },
-- latex = { "latexindent" },
-- tex = { "latexindent" },
--
-- You can use a sub-list to tell conform to run *until* a formatter is found.
-- javascript = { { "prettierd", "prettier" } },