formatting

This commit is contained in:
Christoph J. Scherr 2024-01-22 20:07:30 +01:00
parent e40cc7bbd7
commit a5ef5f3623
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 15 additions and 14 deletions

View File

@ -9,6 +9,8 @@ local options = {
html = { "prettier" },
sh = { "shfmt" },
toml = { "taplo" },
rust = { "rustfmt" },
},
-- adding same formatter for multiple filetypes can look too much work for some

View File

@ -556,7 +556,6 @@ local plugins = {
-- :Chmod
-- and also some more, but those are easy done with shell
"tpope/vim-eunuch",
enabled = false,
lazy = false,
},
{