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