Ændrede diverse ting, især tilføjede jeg en masse lua-snippets
This commit is contained in:
parent
3e9363b016
commit
b1b7a050da
14 changed files with 428 additions and 19 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue