[nvim] Let wildfire recognize ``
It's useful for Markdown inline code tags
This commit is contained in:
parent
06c19fc29a
commit
63b4d8f836
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ nmap <leader>a <Plug>(EasyAlign)
|
||||||
" Wildfire {{{2
|
" Wildfire {{{2
|
||||||
" -------------
|
" -------------
|
||||||
nmap <leader>s <Plug>(wildfire-quick-select)
|
nmap <leader>s <Plug>(wildfire-quick-select)
|
||||||
let g:wildfire_objects = ["iw", "i'", 'i"', "i)", "i]", "i}", "ip", "it"]
|
let g:wildfire_objects = ["iw", "i'", "i`", 'i"', "i)", "i]", "i}", "ip", "it"]
|
||||||
|
|
||||||
" YouCompleteMe {{{2
|
" YouCompleteMe {{{2
|
||||||
" ------------------
|
" ------------------
|
||||||
|
|
Loading…
Reference in a new issue