File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
55
- community: example disable of plugins from an astro community pack
56
56
- practicalli: which-key vertical ` helix ` menu layout option
57
57
- practicalli: conjure sub-menus for which-key
58
+ - community: telescope live grep args search via file name pattern
58
59
59
60
## Changed
60
61
- readme: expand on description and use
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ return {
83
83
-- Utility
84
84
-- rich command prompt
85
85
{ import = " astrocommunity.utility.noice-nvim" },
86
+
87
+ -- word search in specific file patterns
88
+ { import = " astrocommunity.utility.telescope-live-grep-args-nvim" },
86
89
-- ----------------------------------------------
87
90
88
91
-- ----------------------------------------------
Original file line number Diff line number Diff line change @@ -237,6 +237,11 @@ return {
237
237
-- Find Menu
238
238
-- browse via directory structure, create and modify paths
239
239
[" <Leader>fe" ] = { " <cmd>Telescope file_browser<cr>" , desc = " Explorer" },
240
+ -- find word for specific file patterns
241
+ [" <Leader>fg" ] = {
242
+ " <cmd>lua require('telescope').extensions.live_grep_args.live_grep_args()<cr>" ,
243
+ desc = " Grep Word" ,
244
+ },
240
245
241
246
-- Projects
242
247
[" <Leader>fp" ] = { " <cmd>Telescope projects<cr>" , desc = " Projects" },
You can’t perform that action at this time.
0 commit comments