File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ return {
7474
7575:::tip
7676
77- This is available in the [ AstroCommunity] ( https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/snacks -lsp-mappings )
77+ This is available in the [ AstroCommunity] ( https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/picker -lsp-mappings )
7878
7979``` lua title="lua/community.lua" ins={3}
8080return {
8181 " AstroNvim/astrocommunity" ,
82- { import = " astrocommunity.recipes.snacks -lsp-mappings" },
82+ { import = " astrocommunity.recipes.picker -lsp-mappings" },
8383}
8484```
8585
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ title: NvChad Snacks.Picker Theme
55
66:::tip
77
8- This is available in the [ AstroCommunity] ( https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/snacks -nvchad-theme )
8+ This is available in the [ AstroCommunity] ( https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/picker -nvchad-theme )
99
1010``` lua title="lua/community.lua" ins={3}
1111return {
1212 " AstroNvim/astrocommunity" ,
13- { import = " astrocommunity.recipes.snacks -nvchad-theme" },
13+ { import = " astrocommunity.recipes.picker -nvchad-theme" },
1414}
1515```
1616
You can’t perform that action at this time.
0 commit comments