mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
docs: fix markdown issue with tree-sitter docs
This commit is contained in:
parent
f4dd8924b1
commit
b10ccc5250
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
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 {
|
(pkgs.fetchFromGitLab {
|
||||||
owner = "joncoole";
|
owner = "joncoole";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue