[#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
3 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1695559356,
"narHash": "sha256-kXZ1pUoImD9OEbPCwpTz4tHsNTr4CIyIfXb3ocuR8sI=",
"lastModified": 1696983906,
"narHash": "sha256-L7GyeErguS7Pg4h8nK0wGlcUTbfUMDu+HMf1UcyP72k=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "261abe8a44a7e8392598d038d2e01f7b33cf26d0",
"rev": "bd1cde45c77891214131cbbea5b1203e485a9d51",
"type": "github"
},
"original": {

1
nvim/lazy-lock.json Symbolic link
View File

@@ -0,0 +1 @@
/opt/lazy-lock.json

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,
},