{"id":50750618,"url":"https://github.com/dcai/.vim","last_synced_at":"2026-06-11T01:02:30.223Z","repository":{"id":228356241,"uuid":"773337824","full_name":"dcai/.vim","owner":"dcai","description":"vim/neovim config","archived":false,"fork":false,"pushed_at":"2026-05-06T06:19:28.000Z","size":1976,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-06T06:38:53.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deepwiki.com/dcai/.vim","language":"Lua","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcai.png","metadata":{"files":{"readme":"readme.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-03-17T11:57:00.000Z","updated_at":"2026-05-06T06:19:32.000Z","dependencies_parsed_at":"2024-03-23T13:24:17.926Z","dependency_job_id":"1e8ecb53-a46c-4d19-abd8-011b0f5c15bf","html_url":"https://github.com/dcai/.vim","commit_stats":null,"previous_names":["dcai/.vim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcai/.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2F.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2F.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2F.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2F.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcai","download_url":"https://codeload.github.com/dcai/.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcai%2F.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34177444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2026-06-11T01:02:25.438Z","updated_at":"2026-06-11T01:02:30.194Z","avatar_url":"https://github.com/dcai.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dcai's Neovim Configuration\n\n```\n       __           _          _\n  ____/ /________ _(_)  _   __(_)___ ___  __________\n / __  / ___/ __ `/ /  | | / / / __ `__ \\/ ___/ ___/\n/ /_/ / /__/ /_/ / /   | |/ / / / / / / / /  / /__\n\\__,_/\\___/\\__,_/_/    |___/_/_/ /_/ /_/_/   \\___/\n\n```\n\n[![Selene Lint](https://github.com/dcai/.vim/actions/workflows/selene.yml/badge.svg)](https://github.com/dcai/.vim/actions/workflows/selene.yml)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/dcai/.vim)\n\nA personal Neovim configuration with 15+ years of evolution, migrated from Vim to Neovim in early 2023. This setup combines modern Neovim features with time-tested customizations.\n\n## 🚀 Installation\n\n```fish\n# Clone the repository\ngit clone https://github.com/dcai/.vim.git ~/.config/nvim\n\n# Optional: Create symlink for Vim compatibility\nln -s ~/.config/nvim ~/.vim\n\n# For fish shell users: Create nvim symlink as vim\nln -s (which nvim) ~/.local/bin/vim\n```\n\n## ⚙️ Configuration Structure\n\n- `init.lua`: Main entry point\n- `core.vim`: Core Vim settings and functionality\n- `filetype.vim`: Filetype-specific settings\n- `gui.vim`: GUI-related configurations\n- `loader.vim`: Script loader and environment detection\n- `lua/dcai/`: Core Lua configuration modules\n  - `plug.lua`: Plugin management\n  - `keymaps/`: Keyboard mappings organized by functionality\n  - `llm/`: AI assistant integrations\n- `before/`: Configurations loaded before plugins\n  - `captureoutput.vim`: Utility for capturing command output\n  - `keymap.vim`: Early keymaps loaded before plugins\n  - `netrw.vim`: File browser configurations\n- `after/`: Configurations loaded after plugins\n  - `ftplugin/`: Filetype-specific settings\n  - `plugin/`: Plugin-specific configurations\n- `os/`: OS-specific configurations\n  - `macos.vim`: macOS-specific settings\n  - `linux.vim`: Linux-specific settings\n  - `windows.vim`: Windows-specific settings\n  - `wsl.vim`: Windows Subsystem for Linux settings\n\n## 🔌 Key Plugins\n\nThis configuration uses numerous plugins managed through vim-plug. See [plug.lua](./lua/dcai/plug.lua) for the complete list.\n\n## 📜 History\n\n- **2008**: Initial `vimrc` created\n- **Pre-2014**: Early history tracked in Git (commit `2f299642859b9efe0d5b1619ceeabcab16158a19`)\n- **Early 2023**: Migration to Neovim with Lua configuration\n\n---\n\n\u003csub\u003e_The ASCII art header was generated using `figlet -f slant 'dcai vimrc'`_\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcai%2F.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcai%2F.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcai%2F.vim/lists"}