Fork me on GitHub
#vim
<
2017-10-31
>
dominicm18:10:08

I'm trying to decide about language plugins for neovim, and if they are a good idea. Traditionally I think non-viml plugins have struggled to gain traction. A lot of plugins in fact tout it as a feature (e.g. Airline)

dominicm18:10:27

Managing dependencies for some of these languages is near impossible in a traditional way, and involves maintaining source copies yourself.

Jarrod Taylor (Clojure team)22:10:06

Have you done anything with lua? I haven't personally. The majority of the vim plugins I wrote used Python which worked well enough to achieve the goals I was pursuing at the time. It has been years at this point since I have written anything more than the odd function for vim. Does the promise of first class lua treatment influence the potential lack of traction for non viml based plugins?

dominicm22:10:26

I have. I found an esoteric lisp which compiles to lua which I've been experimenting with, but did find difficulties.

dominicm22:10:14

I will open source my efforts this weekend if I remember