We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvim.nim
When running nimble install https://github.com/jangko/nvim_client this is the tree structure in the pkgs folder:
nimble install https://github.com/jangko/nvim_client
$ tree . ├── nimblemeta.json ├── nvim_client │ ├── nvim_batch.nim │ ├── nvim_buffer.nim │ ├── nvim_client.nim │ ├── nvim_rpc.nim │ ├── nvim_tabpage.nim │ ├── nvim_transport.nim │ └── nvim_window.nim └── nvim_client.nimble
It appears that the root nvim.nim is not installed.
The text was updated successfully, but these errors were encountered:
nvim.vim
No branches or pull requests
When running
nimble install https://github.com/jangko/nvim_client
this is the tree structure in the pkgs folder:It appears that the root nvim.nim is not installed.
The text was updated successfully, but these errors were encountered: