Open gmarmstrong opened 6 years ago
I accomplished this in my own Vim configuration by using:
nnoremap <silent> <Leader>d :echo system("dict " . expand('<cword>'))<CR>
I accomplished this in my own Vim configuration by using: