plugins/lint: fix conform incorrect option description

This commit is contained in:
elythh 2024-08-26 20:34:41 +02:00
parent aa1f5a74ff
commit 665680a5ca

View file

@ -97,7 +97,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
```nix ```nix
# Map of filetype to formatters # Map of filetype to formatters
formattersByFt = formatters_by_ft =
{ {
lua = [ "stylua" ]; lua = [ "stylua" ];
# Conform will run multiple formatters sequentially # Conform will run multiple formatters sequentially
@ -165,7 +165,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
settingsExample = lib.literalMD '' settingsExample = lib.literalMD ''
```nix ```nix
{ {
formattersByFt = { formatters_by_ft = {
bash = [ bash = [
"shellcheck" "shellcheck"
"shellharden" "shellharden"