Christian Clason

Results 1361 comments of Christian Clason

> True, but that's a server issue, not a client one 😏 Indeed. But you can either throw up your hands and grudgingly accept this, or look for a client-side...

Also, any interest in adding https://github.com/L3MON4D3/LuaSnip support?

The thought occurs that this (Unicode input) is a relatively common task, and that `vim` already has a similar feature: digraphs. Maybe the way to go here is to add...

> I'm aware of digraphs but I've essentially never used them myself even before this plugin (for some of the reasons you mentioned -- worst of which is the input...

If one were to go down that route, it might make sense to even generalize this to "ngraphs" (which may short-circuit) -- this way you can actually type `alpha`? (But...

Yeah, the more I think about it, the more `abbrev` sounds like what would be easiest to (ab)use. Just needs a good preview :)

You need to be much more specific; this parser works perfectly fine in Neovim, which uses the latest tree-sitter 0.20.6?

As another data point, we have been using this parser for Neovim for a while without many issues (https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/julia). Although there was a bit of a lull here for a...

@EvergreenTree I use this snippet to extract sparse Julia matrices from FEniCS: https://github.com/JuliaDiffEq/FEniCS.jl/issues/55#issuecomment-414434584 For PyCall 1.90, the snippet has to be slightly adapted (and a workaround seems to be no...

Now that precompile is the default, it might make sense to explicitly mention this in the README, otherwise people will wonder (like I did) why FEniCS.jl keeps precompiling after every...