From 5948aba886e8aad26043402684cf85c307813c4d Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 22 Aug 2020 20:46:40 +0200 Subject: feat(refactor.navigation): add navigation.goto_{next,previous}_usage --- doc/nvim-treesitter.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 284b0ba4..09e3d167 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -246,6 +246,10 @@ Supported options: Defaults to `gnd`. - list_definitions: list all definitions from the current file. Defaults to `gnD`. + - goto_next_usage: go to next usage of identifier under the cursor. + Defaults to ``. + - goto_previous_usage: go to previous usage of identifier. + Defaults to ``. > lua <