Feat: add counsel-jq
Co-authored-by: rushsteve1 <rushsteve1@rushsteve1.us>
This commit is contained in:
parent
1529dcaaf5
commit
2c158c8b81
3 changed files with 15 additions and 1 deletions
|
@ -11,4 +11,13 @@
|
|||
(map! :after json-mode
|
||||
:map json-mode-map
|
||||
:localleader
|
||||
"s" #'jsons-print-path))
|
||||
"p" #'jsons-print-path))
|
||||
|
||||
|
||||
(use-package! counsel-jq
|
||||
:defer t
|
||||
:init
|
||||
(map! :after json-mode
|
||||
:map json-mode-map
|
||||
:localleader
|
||||
"s" #'counsel-jq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue