sunaku / vim-dasht

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

Consider Python-related docsets (like NumPy) as corresponding to python filetype #10

Closed petRUShka closed 7 years ago

petRUShka commented 7 years ago

I've installed NumPy and ScyPy docsets but if I use <leader> Kdasht searches only in Python docsets whereas it should search in NumPy docset also.

Is it possible to force vim-dasht to search not only in maim docset but in related also?

sunaku commented 7 years ago

Please try this configuration snippet from the README:

  " When in Python, also search NumPy, SciPy, and Pandas:
  let g:dasht_filetype_docsets['python'] = ['(num|sci)py', 'pandas']
petRUShka commented 7 years ago

Sorry, my fault. I've missed it in README.