Skip to content

Commit ad82f59

Browse files
committed
feat(mappings): add new <Leader>lA mapping
1 parent 11a7590 commit ad82f59

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/mdx": "^3.1.2",
15-
"@astrojs/starlight": "^0.24.5",
15+
"@astrojs/starlight": "^0.25.0",
1616
"@astrojs/starlight-docsearch": "^0.1.1",
1717
"@astrojs/starlight-tailwind": "^2.0.3",
1818
"@astrojs/tailwind": "^5.1.0",
1919
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
20-
"astro": "^4.11.3",
20+
"astro": "^4.11.5",
2121
"sharp": "^0.33.4",
2222
"starlight-image-zoom": "^0.1.0",
2323
"starlight-links-validator": "^0.5.3",

pnpm-lock.yaml

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/mappings.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ AstroNvim generally relies on `<Leader>` driven mappings, which is default set t
125125
| Line Diagnostics | `gl`, `Leader + ld`, `<C-W> + d` |
126126
| All Diagnostics | `Leader + lD` |
127127
| Code Actions | `gra`, `Leader + la` |
128+
| Source Code Actions | `Leader + lA` |
128129
| Signature Help | `Leader + lh` |
129130
| Rename | `grn`, `Leader + lr` |
130131
| Document Symbols | `Leader + ls` |

0 commit comments

Comments
 (0)