mjbrownie / vim-htmldjango_omnicomplete

htmldjango filetype omnicomplete - completes template tags/filters/variables
26 stars 5 forks source link

added Django 1.7 support #2

Closed aliev closed 8 years ago

blueyed commented 9 years ago

Thanks!

But see #3, which handles this better + django-configurations.

aliev commented 9 years ago

@blueyed wow thank you!

blueyed commented 9 years ago

This PR can be closed.

But maybe https://github.com/aliev/vim-htmldjango_omnicomplete/commit/e1778921e0eec63656278c4509042eb3c497fc49 should be extracted into a separate/new one.

mjbrownie commented 9 years ago

@blueyed @aliev that looks handy (and simple!) although it may be better getting the plugin sitting nicely with the current batch of autocompleter scripts (neocomplete youcompleteme) as they may handle edge cases better.

I've done a recent reinstall on a new machine with vim HEAD and I'm dredging through the current batch of snippet/completion plugins to see what works best. If you have a stack and preference (jedi vs youcompleteme) (snipmate vs ultisnips) etc. please detail and it might be easier to work out a way of having them all play nice.

Also working with python 3 projects is likely to force a rewrite anyway (that is if I or anyone can be bothered).