Fork me on GitHub
#vim
<
2018-05-11
>
dave00:05:10

speaking of ctags: how are people setting up vim so that ctags are periodically regenerated in the background?

dominicm05:05:51

Funky is current file only, so it's like voom for code

fatihict09:05:40

I haven't automated the generation of ctags. I know some folks are generating tags with a commit hook.

dave14:05:58

this looks promising. i'll give it a try. thanks for the hot tip, @rgm!

👍 4
eraserhd14:05:14

Like it seems like there could be a low-startup time tags generator using tools.analyze now.

eraserhd14:05:06

And, if it does start up fast enough, it could be used with fzf/fzy without managing stuff with plugins.

dave14:05:25

i've heard that dynamic class loading doesn't work when you compile to a native executable

dave14:05:38

i'm not sure how tools.analyze works, but if it relies on stuff like that, it might not work

dave14:05:58

but, that's a promising thought

snoe16:05:44

@eraserhd I'm planning on trying graal with clojure-lsp soon, hopefully this weekend

eraserhd16:05:13

Neat! Please tell me how it goes.