nyngwang
nyngwang
Absolutely. I will add this option after work :) If you have any more advice feel free to let me know. Don't need to be kind~
@abdallahz3 Now everyone can change the width like this: ```lua -- require('neo-zoom').setup {} -- this will use default values. require('neo-zoom').setup { -- this can change the width / height /...
Reference mentioned from nowhere: https://github.com/zhamlin/tiler.vim
Closing issues on the old version. The idea is great, still finding ways to achieve this.
Oops, that's something I forgot to change. These are just shorthands I used in my config: ```lua local NOREF_NOERR_TRUNC = { noremap = true, silent = true, nowait = true...
Great idea. Comments moved to PR. I think I will need to test&check about the solutions for the two. I will notify you when things got updated :)
The pre-requisite for the coloring has been completed, I will implement coloring in the following PR :)
@onelesd Closing issues on the old version. The new version facilitates a floating window for zooming. This makes the zoom-in window very special and achieves what you have described in...
I think this might cause some speed issues on large projects(possibly consisting of different codes of different languages). Here are some of the reasons: 1. The LSP diagnostics sign only...