{"id":18839011,"url":"https://github.com/solareenlo/vim-config","last_synced_at":"2025-10-13T04:06:49.860Z","repository":{"id":93865859,"uuid":"163710488","full_name":"solareenlo/vim-config","owner":"solareenlo","description":"vimの設定ファイル","archived":false,"fork":false,"pushed_at":"2020-01-17T14:36:10.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T09:15:25.195Z","etag":null,"topics":["vim","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solareenlo.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}},"created_at":"2019-01-01T03:15:52.000Z","updated_at":"2020-01-17T14:36:12.000Z","dependencies_parsed_at":"2023-03-06T10:00:40.935Z","dependency_job_id":null,"html_url":"https://github.com/solareenlo/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solareenlo%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solareenlo%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solareenlo%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solareenlo%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solareenlo","download_url":"https://codeload.github.com/solareenlo/vim-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774334,"owners_count":19694700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["vim","vimrc"],"created_at":"2024-11-08T02:41:31.796Z","updated_at":"2025-10-13T04:06:44.841Z","avatar_url":"https://github.com/solareenlo.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-config\nvimの設定ファイル.\n\n## Usage\n1. まずはdeinをインストールする.\n- https://github.com/Shougo/dein.vim\n\n2. 次にvimのバックアップ用のディレクトリを作成する.\n    ```bash\n    cd\n    mkdir .vimbackup\n    ```\n\n3. ディレクトリなどの絵文字を表示するためのフォントをインストールする.\n\n- https://github.com/ryanoasis/nerd-fonts#patched-fonts\n\n- Linux の場合、上記のリンクから好きなフォントを選んで, `nerd-fonts/patched-fonts/Ubuntu/Regular/complete/` のように進んで, `*.ttf` や `*.otf` を `~/.fonts` ディレクトリに保存する.\n- macOS の場合は、上記のリンクの README.md ファイルを読んで brew を使ってインストールするのが楽です.\n\n4. ターミナルを開いて, 先程インストールしたフォントを設定する.\n\n5. [junegunn/fzf](https://github.com/junegunn/fzf#using-git)をインストールする．\n    ```bash\n    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf\n    ~/.fzf/install\n    ```\n\n6. `.vimrc`をダウンロードする.\n    ```bash\n    cd\n    curl -O https://raw.githubusercontent.com/solareenlo/vim-config/master/.vimrc\n    ```\n\n7. `dein.vim`を使ってプラグインをインストールする.\n    ```bash\n    :call dein#install()\n    ```\n\n## 使い方\n### fzf.vim の使い方\n- [junegunn/fzf.vim](https://github.com/junegunn/fzf.vim)\n\n### dein を使ったプラグインのアップデートの仕方\n```bash\n:call dein#update()\n```\n\n### leader 確認\n```bash\n:echo mapleader\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolareenlo%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolareenlo%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolareenlo%2Fvim-config/lists"}