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