Open tomasz13nocon opened 8 years ago
This is also useful when Ultisnips adds snippets that we don't want to use. Ex: jasmine in a js project. Also having a leaner snippets list means better performance on every keystroke.
Related to #1059 with a similar feature request. I voiced there my concerns that this feature is not needed enough, but now there are at least 3 people requesting it I am reconsidering.
I will likely not find a lot of time working on UltiSnips in the near future, but I'd review and merge an implementation + test.
Basically I have
autocmd FileType css set filetype=html.css
because I need html ctags completion with YouCompleteMe in css. But I would like to disable html snippets. So something likeUltiSnipsRemoveFiletype
orUltiSnipsSetFiletype
would be very useful.