Ilya Punko
Ilya Punko
Yes, for ubuntu. Thank you!
How ataraxis works now: - full screen [ 100 ] - ataraxis [ padding 30 | width 40 | padding 30 ] - make vertical split [ padding 30 |...
If i open file from nerd-tree will be the same. I think it's connected with incorrect resize calculating for new buffers which was opened from some event.
Actually in lua there isn't difference between list and object. So it would be like that: ```lua require('harpoon'):list():append({ value = rel_file_path, index = 'q' }) require('harpoon'):list():append({ value = rel_file_path, index...
Yes, it's similar, but it doesn't allow this case: i have empty list, but i want to add concrete file to index 3, because i have keymap for this index
I did simple local implementation without ui (actually, i have never used it), so i don't need harpoon. https://github.com/kaiphat/dotfiles/tree/master/nvim/lua/local_plugins/marks Some features: - add mark with any index (number, char, string)...
The main problem for me is i can't memorize items order:) So if i have 4 items in list i can't open necessary file by index, only through cycling. Also,...
@sartak great explanation!
Yes, it works! Thank you! But it wasn't documented.
