-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
Unable to config neovim-qt #1068
Comments
A few comments, and things to try... You don't need to include the Check if Ensure the function Ensure Try temporarily removing your dotfiles symlink. -- If it still doesn't work after all of the above, let me know and we can debug further. |
I switched to lazy yesterday and lo and behold, I have the same issue. 💯 happy to blame lazy, but as it is popular, it might be worth getting to the bottom of this. As usual, I am happy to test things. The commands that do not work are:
✓ ; nvim-qt --version
NVIM-QT v0.2.18.9999
Build type: Release
Compilation: -Wall -Wextra -Wno-unused-parameter -Wunused-variable
Qt Version: 5.15.9
Environment:
nvim: nvim
args: --cmd let &rtp.=',/home/usr/bin/../share/nvim-qt/runtime' --cmd set termguicolors
runtime: /home/usr/bin/../share/nvim-qt/runtime
NVIM v0.10.0-dev-350+gc9f47fca8
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
[…] I do not have the shim installed… |
I checked lazy and found this issue, which describes the problem and solution: install the shim. I added |
The linked issue suggests that Lazy isn't planning to address this. Would it be possible to integrate a solution like At the very least, it would be helpful to have a message or warning that points us toward a potential solution. |
In neovim I put gui font it works though
I can't configure from ginit.vim
in ginit.vim
it gives error like above 'not an editor blah blah' in neovim-qt
I want to config background transparent
I have looked through docs and issues seems like it does not recognize ginit.vim on my machine.
The text was updated successfully, but these errors were encountered: