{"id":22337554,"url":"https://github.com/mkdika/vim-config","last_synced_at":"2025-10-15T20:10:09.230Z","repository":{"id":102259182,"uuid":"150039078","full_name":"mkdika/vim-config","owner":"mkdika","description":"My personal preferences for Vim customization and configuration.","archived":false,"fork":false,"pushed_at":"2019-01-19T01:42:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T08:27:00.665Z","etag":null,"topics":["customization","vim"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","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/mkdika.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2018-09-24T00:52:29.000Z","updated_at":"2019-01-19T01:42:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c16a4e6-f0e3-41d4-b1f6-1da7778b4254","html_url":"https://github.com/mkdika/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkdika/vim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkdika","download_url":"https://codeload.github.com/mkdika/vim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkdika%2Fvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279110672,"owners_count":26105907,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["customization","vim"],"created_at":"2024-12-04T06:10:31.283Z","updated_at":"2025-10-15T20:10:09.175Z","avatar_url":"https://github.com/mkdika.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Configuration\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)\n\nRepository for my personal preferences, customization and configuration of [Vim](https://www.vim.org/).\nI use this customized `.vimrc` within OS [Ubuntu 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04/).\n\n## Editions\n\n### 1. [Mark-1](/mark1/)\n\nThis is the first version, customization is to achive the commons features of code editor.\n\n#### Features\n\n- Have syntax highlighting with support of dozens programming language extension.\n- Have line number, and cursor line, vertical line break.\n- Use [Vundle](https://github.com/VundleVim/Vundle.vim), plug-in manager.\n- Use [Onedark](https://github.com/joshdick/onedark.vim), colorscheme and theme.\n- Use [Lightline](https://github.com/itchyny/lightline.vim), configurable status line.\n- Use [Vim Vinegar](https://github.com/tpope/vim-vinegar), simple file browser.\n- Use [NERDTree](https://github.com/scrooloose/nerdtree), file browser tree.\n- Use [Vim Polyglot](https://github.com/sheerun/vim-polyglot), the solid language pack.\n- Use [Kotlin Vim](https://github.com/udalov/kotlin-vim), Kotlin language support plugin.\n- Use [Vim Terminal](https://github.com/tc50cal/vim-terminal), interactive Vim buffer terminal.\n- Use [Vim Autoclose](https://github.com/spf13/vim-autoclose), Inserts matching bracket, paren, brace or quote.\n- Use [Goyo](https://github.com/junegunn/goyo.vim), dictraction free, the 'Zen' mode for Vim.\n- Use [Vim Wipeout](https://github.com/artnez/vim-wipeout), destroy all buffers that are not open in any tab or windows.\n- Use [CtrlP](https://github.com/ctrlpvim/ctrlp.vim), fuzzy file finder. \n- Use [Supertab](https://github.com/ervandew/supertab), for autocomplete with Tab.    \n\n\n#### Installation\n\n_Coming soon.._\n\n\n#### Usage \u0026 Shortcut\n\n- Toggle NERDTree: `\\ + t`\n- Toggle Terminal Bash: `\\ + e`\n- Toggle Goyo (Zen) mode: `\\ + g`\n- Execute Buffers wipeout: `\\ + w`\n- Buffers:\n  - To next buffer: `\\ + f`\n  - To previous buffer: `\\ + d`\n  - To close current buffer: `\\ + s`\n- Window:\n  - To left window: `Ctrl + h`\n  - To right window: `Ctrl + l`\n  - To up window: `Ctrl + k`\n  - To bottom window: `Ctrl + j`\n\n\n#### Troubleshoot\n\n_Coming soon.._\n\n#### Todo\n\nThere are several todo list in order to complete this edition.\n\n- [ ] String search within external files.\n- [ ] String search and replace.\n- [ ] Easy code template/ snippets.\n- [ ] Auto code beautify.\n- [ ] Todo list.\n- [ ] Code definition peek/goto.\n\n#### Screenshots\n\n![Imgur](https://i.imgur.com/OlyMTf7.png)\n\nImages: _Lelf panel NERDTree_\n\n![Imgur](https://i.imgur.com/WYvXBRB.png)\n\nImages: _Bottom panel Terminal_\n\n![Imgur](https://i.imgur.com/ZJIPCeB.png)\n\nImages: _Goyo 'Zen' mode_\n\n## Reference\n\n- [Vim Cheat Sheet](https://i.imgur.com/Q0pQUWV.jpg)\n\n\n## Copyright and License\n\nCopyright 2018-2019 Maikel Chandika (mkdika@gmail.com). Code released under the\nMIT License. See [LICENSE](/LICENSE) file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkdika%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkdika%2Fvim-config/lists"}