diff --git a/README.md b/README.md index 81b53e2..4a3304b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,14 @@ Search over files in your `cwd` current working directory. nnoremap gr lua require'telescope.builtin'.lsp_references{} ``` +Search over variable references from your Language Server. + +```vim +nnoremap en lua require'telescope.builtin'.find_files{ cwd = "~/.config/nvim/" } +``` + +Find all the files in your nvim config. + #### Full Example ```vim