1
0
Fork 0

nvim: change shfmt args, reenable helm extra

This commit is contained in:
Luca Bilke 2024-08-08 15:09:09 +02:00
parent 6d2d958847
commit 82e3bd9695
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ require("lazy").setup({
{ import = "lazyvim.plugins.extras.lang.docker" },
{ import = "lazyvim.plugins.extras.lang.git" },
{ import = "lazyvim.plugins.extras.lang.gleam" },
-- { import = "lazyvim.plugins.extras.lang.helm" },
{ import = "lazyvim.plugins.extras.lang.helm" },
{ import = "lazyvim.plugins.extras.lang.json" },
{ import = "lazyvim.plugins.extras.lang.markdown" },
{ import = "lazyvim.plugins.extras.lang.php" },

View File

@ -18,7 +18,7 @@ return {
optional = true,
opts = {
formatters = {
shfmt = { prepend_args = { "-i", "4", "-ci" } },
shfmt = { prepend_args = { "-ci" } },
},
},
},