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
配置完Plug 'junegunn/vim-easy-align'后 按下ga会出现 [which-key] <space> 可 is undefined 我的which-key配置是:
[which-key] <space> 可 is undefined
nnoremap <silent> <leader> :<c-u>WhichKey '<Space>'<CR> " vnoremap <silent> <leader> :<c-u>WhichKeyVisual '<Space>'<CR> nnoremap <silent> <localleader> :<c-u>WhichKey ','<CR> " vnoremap <silent> <localleader> :<c-u>WhichKeyVisual ','<CR>
vim-easy-align的配置是:
xmap ga <Plug>(EasyAlign) nmap ga <Plug>(EasyAlign)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
配置完Plug 'junegunn/vim-easy-align'后
按下ga会出现
[which-key] <space> 可 is undefined
我的which-key配置是:
vim-easy-align的配置是:
The text was updated successfully, but these errors were encountered: