Leonardo Mora
Leonardo Mora
Getting this with NeoVim.
> Getting this with NeoVim. No quite. There's an issue with WSL2 that causes it to not run any Windows applications including the browser. One way to fix it is...
> For me, I used [`n`](https://github.com/tj/n) to switch between NodeJS version. > > First, download (not install) NodeJS v16. > > ```shell > n -d 16 > ``` > >...
Do you use nvim-autopairs and nvim-cmp?
> > Do you use nvim-autopairs and nvim-cmp? > > yes This has been fixed in [1efb4f2](https://github.com/windwp/nvim-autopairs/commit/1efb4f2e754d282762a1413ea0528d9a45143cdd) so all you have to do is update nvim-autopairs. Thus, I think this...
Same in NeoVim. I have a `main` function on a script that calls other functions. Some are in a file that I am sourcing. Jump to definition works on all...
> Same in NeoVim. I have a `main` function on a script that calls other functions. Some are in a file that I am sourcing. Jump to definition works on...
Can you elaborate? Are you looking for a timer between suggestions?
This can be fixed by setting winfixbuf when available on the outline window. This is on NeoVim nightly for now. See [this issue](https://github.com/neovim/neovim/issues/12517). In the meantime, there's [stickybuf.nvim](https://github.com/stevearc/stickybuf.nvim?tab=readme-ov-file)
> PR opened upstream: [noperator/jqfmt#3](https://github.com/noperator/jqfmt/pull/3) Cool. Hopefully it gets merged.