Skip to content

Commit c5a9246

Browse files
committed
feat(mappings): add AstroCommunity entry to telescope lsp mappings recipe
1 parent a9be5f0 commit c5a9246

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/content/docs/recipes/mappings.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,19 @@ return {
7272

7373
### Enable Telescope LSP Mappings
7474

75+
:::tip
76+
77+
This is available in the [AstroCommunity](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/telescope-lsp-mappings)
78+
79+
```lua title="lua/community.lua" ins={3}
80+
return {
81+
"AstroNvim/astrocommunity",
82+
{ import = "astrocommunity.recipes.telescope-lsp-mappings" },
83+
}
84+
```
85+
86+
:::
87+
7588
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:
7689

7790
```lua title="lua/plugins/telescope_lsp_mappings.lua"

0 commit comments

Comments
 (0)