Gaspar Chilingarov

Results 9 comments of Gaspar Chilingarov

I may suggest different approach. I've being patching tagbar to support Elixir, because default functionality does not enough. So that I came up with - vimscript function that allows to...

It is SVG, we can put JS handlers over it, no? It will require some classes on elements, tho

@davisp ping :) would you consider including this optimization? Idea is to avoid expensive operation of changing ```elixir %{ 1 => "val", 2 => "val" } ``` to ```elixir %{...

Ok, did small fixes. Do you want another branch + everything squashed in one commit?

> jiffy:encode(#{2 => 2, 1 => 1}). I'm not sure you are using version from this branch. I think it is not merged yet into main tree :(

write here! I'll update readme to address this question as well :)

do you want something like this ? :) https://github.com/gasparch/amnesia/commit/2dc9370245b56a51ed46a6f32a9d2a92ae089779 I did not made PR yet.

I do not need databases other than mnesia :) And actually mnesia was also too slow for my tasks, so switched to ets with some data integrity compromises.

[Here is a way to automatically build](https://github.com/gasparch/vim-qt-snap) latest version of vim-qt into [Snap](https://snapcraft.io/). Tested on Ubuntu 16.04, should work on more recent versions or other Ubuntu flavors too, may work...