mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +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
|
```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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue