Skip to content

Commit

Permalink
Minor README wording tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 20, 2024
1 parent 2a84131 commit 21fc06c
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 @@ -85,7 +85,7 @@ If you are on an earlier version of neovim, e.g. `0.9.5`, you can have your plug
- [switch.vim](https://github.com/AndrewRadev/switch.vim/) base definitions for Lean
- If [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) is present, a `:Telescope loogle` command is available as a frontend for the [Loogle](https://loogle.lean-lang.org) JSON API.
- Simple snippets (in [VSCode-compatible format](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax), usable with e.g. [vim-vsnip](https://github.com/hrsh7th/vim-vsnip))
- Lean library search path access via `lean.current_search_path()`, suitable for use e.g. with [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim/) for live grepping.
- Lean library search path access via `lean.current_search_path()`, which you might find useful as a set of paths to grep (or live grep) within
See the wiki for [a sample configuration](https://github.com/Julian/lean.nvim/wiki/Configuring-&-Extending#live-grep).

## Configuration & Usage
Expand Down

0 comments on commit 21fc06c

Please sign in to comment.