forked from Shinonome/fred-neovim
add: bash setup
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
terraform = ["tofu_fmt"];
|
terraform = ["tofu_fmt"];
|
||||||
tf = ["tofu_fmt"];
|
tf = ["tofu_fmt"];
|
||||||
sh = ["beautysh"];
|
sh = ["shfmt"];
|
||||||
|
bash = ["shfmt"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -44,6 +44,8 @@
|
|||||||
rust-bin.stable.latest.default # From rust-overlay
|
rust-bin.stable.latest.default # From rust-overlay
|
||||||
ansible-lint
|
ansible-lint
|
||||||
beautysh
|
beautysh
|
||||||
|
shellcheck
|
||||||
|
shfmt
|
||||||
];
|
];
|
||||||
|
|
||||||
fullNixvimModule = {
|
fullNixvimModule = {
|
||||||
|
|||||||
Reference in New Issue
Block a user