TJ DeVries

Results 290 comments of TJ DeVries

Yeah, but it does make situations like frameworks (denops comes to mind) where you want to have some shared API that works well in both quite nice. (I just wanted...

@norcalli thoughts? We can use metatables to make this work just fine.

Sorry, yeah, that's waht I meant to write @mg979 The way you could do it now is: ```lua local t = vim.g.var t.x = 1 vim.g.var = t ``` that...

you can just move your existing setup out of ~/.config/nvim -> ~/.config/nvim2 and test it out. Would that work OK for you?

Well there is a dockerfile that should still work in this repo that you could use to test if you want a completely isolated environment!

Sorry, I ended up just fixing this after reformatting everything. Thanks for the PR :) it was helpful!

Can you try with latest version of how we're initializing and running the servers? should be better now.