-
-
Notifications
You must be signed in to change notification settings - Fork 9
No HighLight #5
Comments
I'm such a noob, seems that |
Hi I'm trying to fix it. I've got a problem where some functions dont want to run, and sometimes crash the plugin when you run "nvim [file]" because of that i disabled the highlight feature on load, you have to save the file one time to trigger it. Yes you can change the colors, this is what i use in my colorscheme.
|
Thanks :) You was working on it, that's why I got a new error message, good to know. |
I define my colors like this
then I have a function to set the colors
|
Now highlighting should work as expected. You might have to run :UpdateRemoteTags to get the new changes. |
Yes I'm able to see highlight right now, but my neovim is so slow. EDIT: I think g:neotags_recursive will resolve my lag. |
I noticed that vim gets slow when I add big libs or system includes into the ctags files. Because of that I've added excludes for all libs in my config. That way i only get highlighting for my classes/functions. Might not be what you want though. Also switching to something like silver_searcher helps alot when generating the tag files. |
I did that too but with ack directly, that really fast now :) I'm happy, thanks for your plugin. |
Ah nice :) No problem, I'm glad you like it ;) |
Today I'm trying to bring some better highlight on my neovim config. Because I really think that could help if this code was more readable:
I want to see FOO and Foo2 with some colors, and that's why I wanted to use [neotags][1] (so neotags should be able to resolve this right?)
So why even with
let g:neotags_enabled = 1
and the tags file which is generated correctly (I can see define and class), I still don't have colors even when I remove every other plugins?The text was updated successfully, but these errors were encountered: