This change makes it possible for dasht-vim to lookup docsets on filetypes like "javascript.jsx" and to exclude docsets based on filetypes with the new variable g:dasht_filetype_exclude_docsets (filtering is not handled on non-related filetypes). It is thoroughly untested but I would be happy to write a few test cases around this if there is interest in actually merging this in.
Addresses: https://github.com/sunaku/vim-dasht/issues/11
This change makes it possible for dasht-vim to lookup docsets on filetypes like "javascript.jsx" and to exclude docsets based on filetypes with the new variable g:dasht_filetype_exclude_docsets (filtering is not handled on non-related filetypes). It is thoroughly untested but I would be happy to write a few test cases around this if there is interest in actually merging this in.
See my .vimrc for reference here: https://gist.github.com/kitanata/3df5600f38bbb7f7c80c8e19c779e422