[#3, #15]: Add lazy-lock symlink and use 2 spaces in sh scripts #16

Merged
palkx merged 3 commits from feature/3-add-symlink-to-lazy-lock into main 2023-10-12 12:24:23 +03:00
Showing only changes of commit 2b09f7fceb - Show all commits

View File

@@ -18,7 +18,7 @@ return {
vim.list_extend(opts.sources, {
nls.builtins.code_actions.shellcheck,
-- nls.builtins.diagnostics.shellcheck,
nls.builtins.formatting.shfmt,
nls.builtins.formatting.shfmt.with({ args = { "-filename", "$FILENAME", "-i", "2" } }),
})
end,
},