Skip to content

Commit

Permalink
docs: fix heading level (#392)
Browse files Browse the repository at this point in the history
Was H3 instead of H2 so was indented incorrectly on the right-hand menu.
  • Loading branch information
johnpitchko authored Apr 21, 2023
1 parent 9006213 commit 1210142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Let's take `python` as an example:
lvim.format_on_save.pattern = { "*.lua", "*.py" }
```

### Registering custom linters/formatters
## Registering custom linters/formatters

LunarVim supports all linters and formatters defined as builtins to null-ls, however there may be occasions where you want to run a linter/formatter that null-ls does not support.

Expand Down

0 comments on commit 1210142

Please sign in to comment.