nvim: change shfmt args, reenable helm extra
This commit is contained in:
parent
a863e44c41
commit
f0711d419b
2 changed files with 2 additions and 2 deletions
.config/nvim
|
@ -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" },
|
||||
|
|
|
@ -18,7 +18,7 @@ return {
|
|||
optional = true,
|
||||
opts = {
|
||||
formatters = {
|
||||
shfmt = { prepend_args = { "-i", "4", "-ci" } },
|
||||
shfmt = { prepend_args = { "-ci" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue