-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Plugin isn't working but keybindings have been mapped #115
Comments
Hmmm, this is interesting but I can't do much by myself as I don't use iTerm. Ok, so if all the mappings are set then running |
Hi @numToStr, FYI, the Thanks 🙇 |
Then I can only say that something is wrong with your config or setup. This plugin doesn't contain OS specific things, so I would doubt that this is related to this plugin. I would recommend asking other people (on neovim matrix or reddit) with a similar setup. |
I found the cause. I guessed it is because of some kind of key typing timeout. Thank you 🙇 |
@hpb0412 I had the same issue as well. Turned out I copied some config from Chris@machine and he set the following:
I assume the reason he did this was because we use |
this totally depends upon how fast u type the key and your system configuration if type fast u may decrease it and if not increase it |
Thanks.. for me gcc itself wasn' working, and i was copied many things from Chris@machine.. :) now everything is working... thanks |
Comment.nvim seems to have some nice features (like full motion support and things like gco, gcO, and gcA) and works with treesitter for more accurate results. Note that I had to tweak which-key's timeout value in order to get gcO and gcA to work. The issue seems to be related to: numToStr/Comment.nvim#115 (comment)
I had the same issue when using vscode neovim extension + kickstart.nvim |
I am following the
Neovim from Scratch
tutorial but all features don't work.My specs:
Mac M1 (Monterey: 12.1)
iterm2
Neovim info:
My setup:
I also try the instruction from the
README.md
of this repoI check the
:map
and found all keymaps have been mappedIssue: using the
gcc
and/or other actions doesn't work at all.Ex: after typing the
gcc
the cursor converted to underline and no commenting outScreen.Recording.2022-02-08.at.12.09.29.PM.mov
mapping.basic
to true (at thesetup
function call)lua
,html
,css
,js
,jsx
,ts
=> all doesn't workenter
to confirm the commandg@$
The text was updated successfully, but these errors were encountered: