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
可以添加一个vundle安装指南,好像是可以用的,另外在wiki中也教一下如何自定义所有快捷键,把功能快捷键vimrc中如何设置,教一下
The text was updated successfully, but these errors were encountered:
@Franklyn1987
现在已经支持 vundle 和 vim-plug 等插件管理了,比如 vundle
vundle
vim-plug
call vundle#begin() Plugin 'FittenTech/fittencode.vim' call vundle#end()
如果想自定义触发快捷键,比如说改成 ctrl + k,可以在 vimrc 中添加这一行
ctrl + k
inoremap <C-K> <C-O>:call CodeCompletion()<CR>
Sorry, something went wrong.
No branches or pull requests
可以添加一个vundle安装指南,好像是可以用的,另外在wiki中也教一下如何自定义所有快捷键,把功能快捷键vimrc中如何设置,教一下
The text was updated successfully, but these errors were encountered: