mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "2a1d2029107c90fa6d20fa4267ba5d7486c97000" and "dd1fb9d2083cf80cc0d56d45303d13f6642ca7f6" have entirely different histories.
2a1d202910
...
dd1fb9d208
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
" Copy path to a named register (* in this case) when calling :JsonPath
|
||||
let g:jsonpath_register = '*'
|
||||
|
||||
" Define mappings for json buffers
|
||||
au FileType json noremap <buffer> <silent> <leader>d :call jsonpath#echo()<CR>
|
||||
au FileType json noremap <buffer> <silent> <leader>g :call jsonpath#goto()<CR>
|
||||
@ -40,7 +40,6 @@ Plug 'leafgarland/typescript-vim'
|
||||
Plug 'peitalin/vim-jsx-typescript'
|
||||
Plug 'jparise/vim-graphql'
|
||||
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
|
||||
Plug 'mogelbrod/vim-jsonpath'
|
||||
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'reedes/vim-pencil'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user