gmarmstrong / vim-muse

Vim plugin for writing poetry and prose
GNU General Public License v3.0
11 stars 2 forks source link

Use the dict command #10

Open gmarmstrong opened 6 years ago

gmarmstrong commented 6 years ago

I accomplished this in my own Vim configuration by using:

nnoremap <silent> <Leader>d :echo system("dict " . expand('<cword>'))<CR>