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 コンソール版対応 #47

Closed
5 tasks done
mikoto2000 opened this issue Dec 1, 2024 · 1 comment
Closed
5 tasks done

NeoVim コンソール版対応 #47

mikoto2000 opened this issue Dec 1, 2024 · 1 comment

Comments

@mikoto2000
Copy link
Owner

mikoto2000 commented Dec 1, 2024

事前調査結果

  • vim の appimage を単純に neovim の appimage に変えて実行してみたが、neovim が起動できた
  • クリップボード連携は、 neovim に ch_open が存在しないためエラーとなる。代替手段の検討が必要

使用方法検討

環境変数またはフラグで nvim を指定した場合、 vim の appimage の代わりに nvim の appimage を利用する。
NeoVim ユーザーは、alias で --nvim をつけるか、環境変数を定義することで、 vim の代わりに nvim を利用することができる。

devcontainer.vim --nvim start .
export DEVCONTAINER_VIM_TYPE=nvim
devcontainer.vim start .

やることリスト

@mikoto2000
Copy link
Owner Author

#50 で対応完了。

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

No branches or pull requests

1 participant