{"id":50144514,"url":"https://github.com/stonedev-app/nvim","last_synced_at":"2026-05-24T03:08:00.051Z","repository":{"id":353717672,"uuid":"1220632586","full_name":"stonedev-app/nvim","owner":"stonedev-app","description":"neovim plugin setting","archived":false,"fork":false,"pushed_at":"2026-05-18T13:57:55.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T15:37:04.610Z","etag":null,"topics":["neovim","nvim","setting"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stonedev-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-25T06:00:34.000Z","updated_at":"2026-05-18T13:59:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stonedev-app/nvim","commit_stats":null,"previous_names":["stonedev-app/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stonedev-app/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonedev-app%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonedev-app%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonedev-app%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonedev-app%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stonedev-app","download_url":"https://codeload.github.com/stonedev-app/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stonedev-app%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33419582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neovim","nvim","setting"],"created_at":"2026-05-24T03:07:54.479Z","updated_at":"2026-05-24T03:08:00.045Z","avatar_url":"https://github.com/stonedev-app.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim 設定\n\n## キーマッピング\n\n`\u003cleader\u003e` キーはスペースキーです。\n\n### Markdown プレビュー\n\n`.md` ファイルを開いているときのみ有効です。\n\n| キー | コマンド | 説明 |\n|---|---|---|\n| `Space` `m` `p` | `:MarkdownPreviewToggle` | ブラウザプレビューのオン/オフ |\n| — | `:MarkdownPreview` | プレビュー開始 |\n| — | `:MarkdownPreviewStop` | プレビュー停止 |\n\n### Git (lazygit)\n\n| キー | コマンド | 説明 |\n|---|---|---|\n| `Space` `g` `g` | `:LazyGit` | lazygit を開く（プロジェクト全体） |\n| `Space` `g` `f` | `:LazyGitFilterCurrentFile` | 現在のファイルの Git 履歴を開く |\n\nlazygit を閉じるときは `q` または `Ctrl+c` です。\n\n#### インストール\n\nlazygit 本体を事前にインストールしておく必要があります。\n\n**macOS:**\n```sh\nbrew install lazygit\n```\n\n**Windows:**\n```sh\nwinget install JesseDuffield.lazygit\n```\n\n### LSP（定義ジャンプ・ホバー・参照）\n\nLSP サーバーが接続されているバッファで有効です（C/C++ など）。\n\n| キー | 説明 |\n|---|---|\n| `g` `d` | 定義に移動 |\n| `g` `r` | 参照一覧を表示 |\n| `K` | ホバードキュメント（型情報・関数シグネチャ）を表示 |\n| `Space` `r` `n` | シンボルをリネーム（参照箇所を一括変更） |\n\nLSP サーバーは初回起動時に mason が自動インストールします。`:Mason` で管理 UI を開けます。\n\n#### PlatformIO（Arduino）プロジェクトで使う場合\n\nclangd がインクルードパスを認識するために `compile_commands.json` が必要です。  \nプロジェクトルートで一度だけ実行してください。\n\n```sh\npio run --target compiledb\n```\n\n## シンタックスハイライト\n\n`.v`（Verilog）ファイルを開くと `module`・`input`・`output`・`wire`・`reg`・`always` などのキーワードが自動でハイライトされます。\n\nパーサーは初回起動時に `nvim-treesitter` が自動ビルドします。追加操作は不要です。\n\n#### 必要環境\n\nC コンパイラ（`cc` / `gcc` / `clang`）が PATH に存在すること（パーサーの初回ビルドに使用）。  \nmacOS では通常インストール済みです。未インストールの場合：\n\n```sh\nxcode-select --install\n```\n\n## インデント\n\nファイルの中身からインデントスタイル（タブ／スペース・幅）を自動検出します（VSCode の \"Detect Indentation\" 相当）。\n\n| 状況 | 動作 |\n|---|---|\n| スペースで書かれたファイル | スペースでインデント（幅はファイルに合わせる） |\n| タブで書かれたファイル（Makefile 等） | タブでインデント |\n| 検出できない場合 | スペース 4 つにフォールバック |\n\nプラグイン（`guess-indent.nvim`）は初回起動時に自動インストールされます。追加作業は不要です。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonedev-app%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstonedev-app%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonedev-app%2Fnvim/lists"}