Skip to content
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

支持neovim,支持vim-plug安装 #18

Open
SolemnJoker opened this issue Apr 18, 2024 · 6 comments · May be fixed by #24
Open

支持neovim,支持vim-plug安装 #18

SolemnJoker opened this issue Apr 18, 2024 · 6 comments · May be fixed by #24

Comments

@SolemnJoker
Copy link

环境:neovim v0.6.1
1.尝试下面的而命令git clone到plugin目录安装,看起来工作没有工作 curl -o ~/.config/nvim/plugged/fittencode.vim https://raw.githubusercontent.com/fittentech/fittencode.vim/master/plugin/fittencode.vim
2.尝试通过vim-plug安装,
image
安装报错,fatal: could not read Username for 'https://github.com': terminal prompts disabled
image

@luozhiya
Copy link
Contributor

@SolemnJoker

fatal: could not read Username for 'https://github.com/': terminal prompts disabled

vim-plug 是支持的了,terminal prompts disabled 错误是 git 环境问题

@cxwx
Copy link
Contributor

cxwx commented Apr 18, 2024

neovim不支持vim9

@SolemnJoker
Copy link
Author

@luozhiya vim-plug的问题解决了,是我写错仓库名了,我写了Plug 'FittenTech/fittentech.vim'这是gitee上的仓库名,和github的仓库名'fittentech/fittencode.vim'不一样。

@SolemnJoker
Copy link
Author

@cxwx 意思是fittencode.vim依赖vim9的一些特性,但是neovim还没对vim9的这些特性支持是吗

@imkratos
Copy link

请问可以支持neovim 和lua 那种配置方式吗

@cxwx
Copy link
Contributor

cxwx commented Apr 19, 2024

neovim 有插件 https://github.com/luozhiya/fittencode.nvim.

@cxwx 意思是fittencode.vim依赖vim9的一些特性,但是neovim还没对vim9的这些特性支持是吗

neovim 至少不支持 vim9script, 至于具体哪些特性,其实我也不清楚.

@luozhiya luozhiya linked a pull request May 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants