summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index cfdde0c3..7ae98523 100644
--- a/README.md
+++ b/README.md
@@ -184,9 +184,10 @@ EOF
## Refactor: navigation
Provides "go to definition" for the symbol under the cursor,
-and lists the definitions from the current file.
-goto_next_usage/goto_previous_usage go to the next usage of the
-identifier under the cursor.
+and lists the definitions from the current file. If you use
+`goto_definition_lsp_fallback` instead of `goto_definition` in the config below
+`vim.lsp.buf.definition` is used if nvim-treesitter can not resolve the variable.
+`goto_next_usage`/`goto_previous_usage` go to the next usage of the identifier under the cursor.
```lua