Skip to content

Commit

Permalink
docs: fix markdown issue with tree-sitter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
menixator committed Aug 24, 2024
1 parent f4dd892 commit b10ccc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/languages/treesitter/treesitter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ helpers.neovim-plugin.mkNeovimPlugin config {
The queries for the grammar should be added to one of the runtime directories under `queries/{language}` but sometimes plugins do not conform to this structure.
In such cases, you can override the source derivation (or the grammar derivation) to move the queries to the appropriate folder: ```nix
In such cases, you can override the source derivation (or the grammar derivation) to move the queries to the appropriate folder:
```nix
(
(pkgs.fetchFromGitLab {
owner = "joncoole";
Expand Down

0 comments on commit b10ccc5

Please sign in to comment.