{"id":17032608,"url":"https://github.com/iosmanthus/vimrc","last_synced_at":"2026-02-21T21:37:10.696Z","repository":{"id":109736043,"uuid":"153984516","full_name":"iosmanthus/vimrc","owner":"iosmanthus","description":"Iosmanthus's neovim configuration ","archived":false,"fork":false,"pushed_at":"2019-11-07T04:42:38.000Z","size":30,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T02:59:57.579Z","etag":null,"topics":["vimrc","vimrc-settings"],"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/iosmanthus.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":"2018-10-21T07:40:03.000Z","updated_at":"2022-01-19T07:00:45.000Z","dependencies_parsed_at":"2023-06-11T05:15:09.846Z","dependency_job_id":null,"html_url":"https://github.com/iosmanthus/vimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iosmanthus/vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iosmanthus","download_url":"https://codeload.github.com/iosmanthus/vimrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["vimrc","vimrc-settings"],"created_at":"2024-10-14T08:29:26.237Z","updated_at":"2026-02-21T21:37:10.656Z","avatar_url":"https://github.com/iosmanthus.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 麗敏のVim設定\n\n![GitHub version](https://img.shields.io/badge/version-0.2.0-green.svg) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://t.me/idragonflyx)\n\n### Objective\n\n* Create a `Vim` configuration for `Rust` development\n* Backup my own `Vim` configuration\n\n### Plugins Configuration\n\n1. Configuration per plugin; Each plugin is configured by a vim script located in `modules/` whose name is the plugin name with suffix `.vim`.\n```sh\nmodules\n├── coc.nvim.vim # https://github.com/neoclide/coc.nvim\n├── colorscheme.vim # Colorscheme settings\n├── ctrlp.vim\n├── incsearch.vim\n├── indentLine.vim\n├── nerdtree.vim\n├── ultisnips.vim\n├── vim-airline-themes.vim\n├── vim-airline.vim\n├── vim-autoformat.vim\n...\n```\n2. Load configuration by a special function. Each plugin configuration creates a script local function named `s:setup()` which should be called at the end of the file manually. All configuration for the plugin should be placed in it.\n3. Enable configuration by loading it in `vimrc`. If you want to enable a configuration for a specific plugin, add a line in `vimrc` to include the configuration.\n```vim\nruntime! ./modules/pluginx.vim \" load configuration for `pluginx`\n```\nHere is an example configuration for [vim-plug](https://github.com/iosmanthus/vimrc/blob/master/modules/vim-plug.vim).\n\n### Core plugins\n\n* [`coc.nvim`](https://github.com/neoclide/coc.nvim):  Intellisense engine for vim8 \u0026 neovim, full language server protocol support as VSCode\n* [`vim-plug`](https://github.com/junegunn/vim-plug): Minimalist Vim Plugin Manager\n* [`vim-which-key`](https://github.com/): Vim plugin that shows keybindings in popup\n\nCheck out all the plugin in `vimrc` if you want.\n\n### Installation\n1. Clone the repository to `~/.vim`\n```sh\ngit clone https://github.com/iosmanthus/vimrc.git .vim\n```\n2. Migration from `Vim` to `NeoVim`: [migrate from vim](https://neovim.io/doc/user/nvim.html#nvim-from-vim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosmanthus%2Fvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiosmanthus%2Fvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosmanthus%2Fvimrc/lists"}