Skip to content

Commit

Permalink
fix: readme update for telescope (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries authored Jul 26, 2023
1 parent 129c04c commit 9b76582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ require("sg").setup {
```vim
" Example mapping for doing searches from within neovim (may change) using telescope.
" (requires telescope.nvim to be installed)
nnoremap <space>ss <cmd>lua require('sg.telescope').fuzzy_search_results()<CR>
nnoremap <space>ss <cmd>lua require('sg.extensions.telescope').fuzzy_search_results()<CR>
```

## Demos:
Expand Down

0 comments on commit 9b76582

Please sign in to comment.