mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/lint: fix conform incorrect option description
This commit is contained in:
parent
aa1f5a74ff
commit
665680a5ca
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
|||
|
||||
```nix
|
||||
# Map of filetype to formatters
|
||||
formattersByFt =
|
||||
formatters_by_ft =
|
||||
{
|
||||
lua = [ "stylua" ];
|
||||
# Conform will run multiple formatters sequentially
|
||||
|
@ -165,7 +165,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
|||
settingsExample = lib.literalMD ''
|
||||
```nix
|
||||
{
|
||||
formattersByFt = {
|
||||
formatters_by_ft = {
|
||||
bash = [
|
||||
"shellcheck"
|
||||
"shellharden"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue