nvim-ghost.nvim icon indicating copy to clipboard operation
nvim-ghost.nvim copied to clipboard

:ghost: GhostText plugin for Neovim with zero dependencies :tada: Supports neovim running inside WSL too! :partying_face: Windows/Linux/macOS supported out-of-the-box! :smile: (Other OSes need python3...

Results 8 nvim-ghost.nvim issues
Sort by recently updated
recently updated
newest added

Just came across this app, works ideally on my machine without dependencies. One nice thing that vim-ghost does is automatically switching to nvim when you hit the ghost button in...

enhancement
help wanted
needs design

It seems that currently, nvim-ghost buffers are permanently deleted when the browser disconnects. I'd love to have a way to recover their content, in case of a server error on...

enhancement
stalled

I'm getting the following error: ``` E903: Process failed to start: Unknown system error -86: "/Users/arthurbailao/.local/share/nvim/lazy/nvim-ghost.nvim/nvim-ghost-binary" ``` Executing the binary directly, I got this: ``` exec: Failed to execute process...

bug
needs design

I got the following error: ![image](https://github.com/subnut/nvim-ghost.nvim/assets/20394700/cbd43d05-c46e-473c-980d-db5015ea1309) I removed the `-DestinationPath .` and it worked just fine. Not sure where the weirdness comes from but maybe this helps someone else. Nvim...

in a nix environment, the install script will try to download the binary into the nix store, which is a readonly file system. ``` Downloading https://github.com/subnut/nvim-ghost.nvim/releases/download/v0.5.4/ im-ghost-linux.tar.gz #=#=# ##O#- #...

bug
help wanted

https://github.com/subnut/nvim-ghost.nvim/blob/67cc8f38c69d271af1c2430ff5099766f3550eb8/.github/workflows/prerelease_to_release.yaml#L45 This line seems to be failing because the expansion `${{ needs.find.outputs.url }}` results into nothing This workflow was working fine a few months ago. So maybe something changed or...

good first issue
build system

If I run neovim, create terminal and try to run again nothing happens. Took me some time to find that it was caused by nvim-ghost. I also have found that...

Hello, If I manually run `nvim-ghost-binary` the server runs and everything works as expected. However, whenever I launch neovim and load `nvim-ghost` I get error message "could not connect to...