Tommy Allen
Tommy Allen
Oh, sorry that was a typo. I meant `b:is_django` the first time. What does `echo &omnifunc` show?
I haven't used YCM in a long time, but from what I remember, it might be that it's not picking up the omnifunc set by this plugin and I don't...
Yeah, so what I said above. `django-plus` uses `after/ftplugin/python.vim` since that is the best time to capture an existing `omnifunc` to act as a pass-through. If `omnifunc` is set to...
Oh, don't install it. It's very specific to my setup. I leave it online as a reference only. `CPHL` refers to a plugin that's under development: https://github.com/tweekmonster/colorpal.vim
If you ran `make install` or `./install`, you should run `make clean-links` to remove the symlinks it created.
Haha, thanks :) I tried making my dot files simple, but over time they will eventually become one large and unreadable config file. That became frustrating when I wanted to...
@nsf Thanks for the info. In regard to `gocode close`, I was testing by trying to get completions in a file named `mount_windows.go` and nothing appeared until I tried `go...
There's a conversation we had about something like this here: https://github.com/tweekmonster/deoplete-clang2/commit/872ff514168a719d33b8e588bc64962fa75100dd#commitcomment-20225451 I apparently didn't give feedback that was requested there, but the conversation can continue here.
Could you post what's in `runtimepath`? This is most likely due to a combination of #3 and slashes. I might not be able to reasonably work on this one since...
It just uses the `help` syntax. I didn't want to over complicate this with syntax highlighting. This plugin is mainly to flesh out something that will be shipped with nvim:...