mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-15 14:46:27 +00:00
4f41d766a8
Also added Goyo
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',
|
|
\ }
|