Skip to content

Commit

Permalink
fix(mappings): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmenewbie03 authored Jun 15, 2024
1 parent 4a22adf commit 5ac014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/recipes/mappings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ return {

:::

Telescope proivdes functionality for using the picker for tasks such as getting references and symbols. This can be easily enabled through AstroLSP. Here is an example specification that can be added to your plugins:
Telescope provides functionality for using the picker for tasks such as getting references and symbols. This can be easily enabled through AstroLSP. Here is an example specification that can be added to your plugins:

```lua title="lua/plugins/telescope_lsp_mappings.lua"
return {
Expand Down

0 comments on commit 5ac014d

Please sign in to comment.