sunaku / vim-dasht

:information_desk_person: (Neo)Vim plugin for dasht integration
https://github.com/sunaku/dasht
133 stars 4 forks source link

Not an editor command : Dasht in NeoVim v0.4.3 #13

Closed philipatc closed 4 years ago

philipatc commented 4 years ago

I've install dasht and work ok on shell, I've following the instruction to install the vim plugin and add this to my init.vim

Search docsets for words under cursor: " search related docsets nnoremap K :call Dasht([expand(''), expand('')])

when I try to press \K and it show "Not an Editor command: Dasht"

justinmk commented 4 years ago

has nothing to do with Neovim.

philipatc commented 4 years ago

understand, Thanks

sunaku commented 4 years ago

This appears to be an installation problem. :thinking: Which (Neo)Vim plugin manager are you using?

Simply adding this git repo's cloned location to your Vim &runtimepath should be enough.

Otherwise, you could also try manually :source each of the *.vim files inside this git repo.

sunaku commented 4 years ago

Closing due to lack of response. :policeman: Please re-open if you still need help.