Lucas Hoffmann
Lucas Hoffmann
I just had a look at the docs and it seems that you can use a new nvim instance as a n rpc client to send commands to the nvim...
I will close this because I do not consider it important enough to track it. If somebody is interested in implementing it they can start a new discussion about some...
Interesting idea. Interpreting `ts` in cat mode might involve keeping track of the current (virtual) position in the line to know where the next tabstop should start. There is also...
Currently I can not find the time to work on this but I am open for PRs.
@tamirzb today I had some time and started to implement this. Have a look at the feature/listchars branch. Tabs are still missing and the extends and precedes listchar settings are...
Please check out 6b0733e75cf959a78e33c95f26c098d3194acd24. I have implemented rendering of listchars in cat mode for spaces, trailing spaces, nbsp and EOL. Tabs are more complicated and have been skipped for now....
I released 0.10 which contains the above commit. @tamirzb I was thinking about the tabs for some time again. I think it might be nice to only render tabs as...
This is dependent on the file you want to display. Nvimpager uses nvim to detect the file type. If nvim does not do any syntax highlighting for your file nvimpager...
Thanks for the example, now I can reproduce it and it is indeed unintended. I will have to look at the code more thoroughly over the weekend to see what...
Can it be that you are using neovim = 0.7.1. It seems they did some changes to the highlighting code in neovim and I was not able to come up...