formatting
This commit is contained in:
parent
e40cc7bbd7
commit
a5ef5f3623
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue