{"id":25953945,"url":"https://github.com/deekej/vim-ultimate-ide","last_synced_at":"2026-04-17T18:03:01.326Z","repository":{"id":145170704,"uuid":"219943696","full_name":"deekej/vim-ultimate-IDE","owner":"deekej","description":"Dee'Kej's configuration files for ultimate gVim experience","archived":false,"fork":false,"pushed_at":"2025-02-22T10:45:34.000Z","size":13809,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T15:46:42.995Z","etag":null,"topics":["ide","integrated-development-environment","neovim","nvim","ultimate","vim","vim-configuration","vimrc","vimrc-configuration","vimrc-files","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deekej.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":"2019-11-06T08:06:27.000Z","updated_at":"2025-02-22T10:45:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"d12bc6ab-cc3a-4fee-97f0-a3eb7a7e3425","html_url":"https://github.com/deekej/vim-ultimate-IDE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deekej/vim-ultimate-IDE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekej%2Fvim-ultimate-IDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekej%2Fvim-ultimate-IDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekej%2Fvim-ultimate-IDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekej%2Fvim-ultimate-IDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deekej","download_url":"https://codeload.github.com/deekej/vim-ultimate-IDE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekej%2Fvim-ultimate-IDE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31939788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ide","integrated-development-environment","neovim","nvim","ultimate","vim","vim-configuration","vimrc","vimrc-configuration","vimrc-files","vimrc-settings"],"created_at":"2025-03-04T15:39:02.295Z","updated_at":"2026-04-17T18:03:01.308Z","avatar_url":"https://github.com/deekej.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VIM - Congiguration for ultimate IDE experience\n\nI have been using VIM for almost 10 years now, and after being so much used to it, I couldn't make a switch to some existing IDEs, no matter how I tried. As many other people, I felt it was too complicated for many tasks, and was seriously lacking in other areas, so I've decided to give a try to 'making VIM the ultimate IDE for writing \u0026 code development'. It was after I have found these 2 amazing articles:\n\n  * http://wittchen.io/transform-vim-into-efficient-ide/ from [@pwittchen](https://github.com/pwittchen)\n  * https://coderoncode.com/posts/vim-is-the-perfect-ide from [@amacgregor](https://github.com/amacgregor)\n\nAnd after several people around me started to ask me *\"how did you configure VIM to do XYZ\"* I have decided to share my complete config files to have a place to point them to, and I hope some other people find it useful as well.\n\n![VIM - Did I really pay for that?](https://www.vim.org/images/0xbabaf000l.png)\n\n*My configuration of VIM is a mixture of ideas from the 2 articles above, as well as my old VIM configuration. I tried to 'document' it with comments so that even a newbie can easily disable/modify any configuration without troubles.*\n\nSince this is my own personal VIM configuration, I won't be accepting any pull-requests. However, feel free to fork this repo for yourself, and change anything which does not suit your needs... :)\n\n*My last note is a wish -- if you find this useful in any way, feel free to let me know, but more importantly, show some love to [@pwittchen](https://github.com/pwittchen) and [@amacgregor](https://github.com/amacgregor). Kudos to both of them -- their articles allowed me to move my VIM experience to a completely new level of efficiency and usability! ;)*\n\n# Installation\nFirst, make sure you have installed plugins' dependencies - either try to install the dependencies via your Linux's distro official package manager, or alternatively you can use `pip3`:\n```bash\nsudo pip3 install pynvim msgpack python-ctags3\n```\n**NOTE:** I'm using this VIM configuration for both root \u0026 my local user. Therefore I install the dependencies system-wide. If you do not have root permissions, or you just want to install this config for your local user only, add the `--user` parameter after the `install` command.\n\nNext, clone this git repository (it already includes the [Vundle](https://github.com/VundleVim/Vundle.vim) plugin manager for VIM as a git submodule):\n```bash\ncd ~/\nmv ~/.vim/ ~/.vim.old/\nmv ~/.vimrc ~/.vim.old/vimrc\nmv ~/.gvimrc ~/.vim.old/gvimrc\ngit clone --recurse-submodules https://github.com/deekej/vim-ultimate-IDE.git .vim/\n```\n\nLast you will need to finish the bootstrap process:\n```bash\nln -sf ~/.vim/vimrc  ~/.vimrc\nln -sf ~/.vim/gvimrc ~/.gvimrc\nln -sf ~/.vim/fonts/hack-nerd    ~/.local/share/fonts/hack-nerd\nln -sf ~/.vim/fonts/dejavu-nerd  ~/.local/share/fonts/dejavu-nerd\nfc-cache -f -v\nvim +PluginInstall +qall\n```\n\nAfter the steps above, you should be able to normally launch the `vim` with all of this configuration properly loaded...\n\n### Neovim\nIf you wish to use [Neovim](https://github.com/neovim/neovim) instead of VIM, then simply run these 2 additional commands, and Neovim should pickup the configuration automatically next time you start it:\n```\nmv ~/.config/nvim ~/.config/nvim.old\nln -sf ~/.vim/nvim ~/.config/nvim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekej%2Fvim-ultimate-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeekej%2Fvim-ultimate-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekej%2Fvim-ultimate-ide/lists"}