Jan Ph. H.
Jan Ph. H.
> Or I can pin the issue if you prefer. And link it in the readme. pinning issue sounds better until a more final solution exists.
@jbyuki Do you think https://github.com/matu3ba/venn.nvim/wiki/Draw-diagrams and https://github.com/matu3ba/venn.nvim/wiki/Move-selection are ok or would you change anything?
Closed by #31 in b09c2f36ddf70b498281845109bedcf08a7e0de0. Thanks for the review and feedback, @jbyuki.
If you dont need the number of changes, then ```lua local function get_fileinfo() if vim.bo.buftype == "" then if vim.bo.readonly == true then return "ro" end if vim.bo.modified then return...
my bad. This is needed to handle all relevant cases: ```lua local function get_fileinfo() if vim.bo.buftype == "" then if vim.bo.readonly == true then return "ro" end if vim.bo.modified then...
> Will try to come up with a new method, if you have a suggestion PR's are always welcome!. Free mode (without indentation): Use collision detection based on the block/selection...
> For the heap, we try to use 1G pages as much as possible. Afterwards, we use 2M pages and in the end 4K pages. Consequently, we try to optimize...
Please close, if you think not useful/not fitting into collection.
Can you update the issue regarding what is missing from your merged PR to plenary? :)
If you stick to stable rust, only the upgrade to next stable rust gets might get abit annoying with clippy. The cognitive complexity stuff is however retarded, since it is...