Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 committed Dec 3, 2024
1 parent c34a679 commit a461769
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,10 @@ endif

## Limitation:

- Windows, Linux では、amd64 のコンテナしか使用できません
- amd64 では、 alpine 系のコンテナでは使用できません
- macOS では、arm64 のコンテナしか使用できません
- alpine 系のコンテナでは amd64 アーキテクチャは使用できません
- macOS で NeoVim を利用する場合はシステムインストールされたものを利用する必要があります
- aarch64 のコンテナで NeoVim を利用する場合はシステムインストールされたものを利用する必要があります
- NeoVim AppImage が使えず、システムインストールの NeoVim も存在しない場合、 NeoVim の代わりに Vim が起動します
- macOS で NeoVim を利用する場合は、システムインストールの NeoVim しか利用できません
システムインストールの NeoVim が検出できなかった場合、代わりに Vim が起動します

Expand Down
10 changes: 5 additions & 5 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ endif

## Limitation:

- On Windows and Linux, only amd64 containers can be used.
- On amd64, alpine-based containers cannot be used.
- On macOS, only arm64 containers can be used.
- If you use NeoVim on macOS, you can only use the system-installed NeoVim.
If a system installed NeoVim cannot be detected, Vim will be launched instead.
- amd64 architecture cannot be used in alpine-based containers
- When using NeoVim in an aarch64 container, you must use the system-installed version
- If the NeoVim AppImage is not available and there is no system-installed NeoVim, Vim will start instead of NeoVim
- When using NeoVim on macOS, only the system-installed NeoVim can be used
If the system-installed NeoVim cannot be detected, Vim will start instead

## Install:

Expand Down

0 comments on commit a461769

Please sign in to comment.