mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-14 17:16:26 +00:00
9 lines
199 B
VimL
9 lines
199 B
VimL
" Install plugin
|
|
Plug 'rizzatti/dash.vim', { 'on': 'DashSearch' }
|
|
" Set config"
|
|
nmap <silent> <leader>d <Plug>DashSearch
|
|
let g:dash_map = {
|
|
\ 'apex' : 'apex',
|
|
\ 'visualforce' : 'vf',
|
|
\ }
|