vasy

Results 10 comments of vasy

But to actually scroll when I'm in commandline, I press ```/``` and type something and smoothscroll comes in, or with `````` or ``````. In neovim neoscroll does this very well....

I just tested @toombs-caeman PR and it works perfectly. https://user-images.githubusercontent.com/16057481/167956422-d183c578-e472-4a20-b797-528bf1d3a238.mp4

I have been using @toombs-caeman fork for three months without any problems, in both vim and neovim. n and N have such nice and smooth movement. Maybe it's possible to...

For a smooth integration neovim - lazygit (commitChangesWithEditor, edit, etc): - first install neovim-remote (pip install neovim-remote, or nvr from OS package manager) - put these in bashrc: ```export EDITOR=nvim```...

Same with tsserver. config: ``` js require('lsp_signature').setup({ floating_window = false, doc_lines = 0, }) ```

It's not resolved yet. It's better but not resolved. The recording cannot reproduce the true delay. If you type faster ccc... https://github.com/ray-x/lsp_signature.nvim/assets/16057481/f9a404fb-facf-4bf1-a1a9-000fcc7fef91

I just tested this PR and it works very well. It's clean and nice implemented. Why it's not merged.

It would be great if ```OneTerm commits``` were colorful. It's almost useless without syntax because it's hard to see the diffs. And would be useful ```OneTerm bcommits``` to see diffs...

Neovim has now native floating border. It could be easy to put in ```function getopts()``` ```local opt```: ```border = 'single'```

playwright --version: 1.56.1 @Skn0tt `--last-failed` flag no longer works even in the latest version of Playwright ``` cat test-results/.last-run.json { "status": "failed", "failedTests": [ "da3b1a983c1a02bcea72-386d00a1d89a470f3fd5" ] } ``` ``` playwright...