Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Using nvim remotely

オープン
#1,702 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
15/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
neovim
領域
tooling

調査の方向性

まず、報告された nvim --headless --listen 127.0.0.1:0141 の失敗を再現し、提案されている --remote-ui --server の呼び出しと比較してください。issue ではリポジトリのファイル、テスト、期待されるコード変更のいずれも指定されていないため、意図された修正と完了基準を明確にする必要があります。

索引モデルが issue の本文から書いたものです。

説明

Hello,

I often have to work on remote machines and I'd like to be able to run my nvim locally and connect to a server. I've seen suggestions on Reddit to do the following:

start the server:

nvim --headless --listen 0.0.0.0:9321
or whatever address:port you want

then attach with:

nvim --remote-ui --server :9321

However, I'm getting this error when starting up the server (using localhost and a random port number):
nvim: Failed to --listen: no such file or directory: "127.0.0.1:0141"

Is there a better way to go about this? I'm mainly trying to prevent myself from having to copy over my local config to the remote, otherwise I'd just run nvim there. Thanks!

主要言語
Lua
スター
31.5k
フォーク
46.6k
平均マージ
2日 16時間
マージ済み PR(30日)
4

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

nvim-lua/kickstart.nvim のほかの issue

nvim-lua/kickstart.nvim の issue をすべて見る

似ている issue

Lua の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。