damanis

Results 125 comments of damanis

I set `ensure_installed = { "javascript" }` and uninstall all parsers. `TSInstallInfo` show `javascript, c, help and lua`. Problem reproduced. **Update**. Javascript parser was not installed - it causes the...

Only `eq?`, with `match?` enabled works fast. Seems, it relates to some parser. I will try install one-by-one.

@akiyosi You right, it works without plugins. Strange that same plugins used with neovim-qt without any problem. I will check my plugins. P.S. Will you add binaries for Ubuntu 20.04...

@akiyosi I found that problem is not in plugin, but in set clipboard command `vim.o.clipboard = [[unnamed]]` If comment out it, the problem is not reproduced (but without it PRIMARY...

@akiyosi Yes, these steps cause the problem.

@akiyosi Since commit `b042f6d90` neovim prefer `xsel`. I have it installed. ``` :checkhealth ... Clipboard (optional) ~ - OK Clipboard tool found: xsel ... ``` I also test with `xclip`...

@akiyosi I see `/usr/bin/xsel --nodetach -i -p` in `ps ax ` output when goneovim exits. This command tries copy selection to primary buffer, but, seems, the selection is empty, so...

@akiyosi May be this will help. The workaround clears primary selection buffer before exit. It is default behavior in `vim` (as I know, it according freedesktop specification), but changed in...

@akiyosi I have `clipboard = false` in `~/.config/goneovim/settings.toml` - it doesn't help. I compared `goneovim` and `nvim-qt` behavior on exit by `execsnoop-bpfcc` (it show `execv` calls): `goneovim` calls `/usr/bin/xsel --nodetach...