Skip to content

Commit

Permalink
plugins/debugprint: remove deprecated ignore_treesitter option
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed May 30, 2024
1 parent 2031a09 commit 5c8f85d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions plugins/languages/debugprint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ helpers.neovim-plugin.mkNeovimPlugin config {
```
'';

ignore_treesitter = helpers.defaultNullOpts.mkBool false ''
Never use treesitter to find a variable under the cursor, always prompt for it - overrides
the same setting on `debugprint()` if set to true.
'';

print_tag = helpers.defaultNullOpts.mkStr "DEBUGPRINT" ''
The string inserted into each print statement, which can be used to uniquely identify
statements inserted by `debugprint`.
Expand Down Expand Up @@ -199,7 +194,6 @@ helpers.neovim-plugin.mkNeovimPlugin config {
right_var = "}')";
};
};
ignore_treesitter = false;
print_tag = "DEBUGPRINT";
};
}
1 change: 0 additions & 1 deletion tests/test-sources/plugins/languages/debugprint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
right_var = "}')";
};
};
ignore_treesitter = false;
print_tag = "DEBUGPRINT";
};
};
Expand Down

0 comments on commit 5c8f85d

Please sign in to comment.