{"id":22138997,"url":"https://github.com/cwaldbieser/myvimrc","last_synced_at":"2026-02-27T11:03:09.273Z","repository":{"id":141567962,"uuid":"273305695","full_name":"cwaldbieser/myvimrc","owner":"cwaldbieser","description":"My .vimrc config","archived":false,"fork":false,"pushed_at":"2020-10-06T13:07:36.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:50:44.717Z","etag":null,"topics":[],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cwaldbieser.png","metadata":{"files":{"readme":"README.rst","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":"2020-06-18T17:56:56.000Z","updated_at":"2020-10-06T13:07:39.000Z","dependencies_parsed_at":"2023-05-30T17:15:19.943Z","dependency_job_id":null,"html_url":"https://github.com/cwaldbieser/myvimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cwaldbieser/myvimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fmyvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fmyvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fmyvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fmyvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwaldbieser","download_url":"https://codeload.github.com/cwaldbieser/myvimrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwaldbieser%2Fmyvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29892063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"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":[],"created_at":"2024-12-01T20:13:13.252Z","updated_at":"2026-02-27T11:03:09.265Z","avatar_url":"https://github.com/cwaldbieser.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nMy vim/neovim config\n====================\n\nConfiguration files for vim and neovim.\nThe neovim config file just loads the `.vimrc` file.\nThe files are copied to their typical locations:\n\n* `vimrc` : `~/.vimrc`\n* `init.vim` : `~/.config/nvim/init.vim`\n\nNeovim Version\n--------------\n\nTo take advantage of some of the newer features for neovim, I decided to upgrade from the stock version that is available in the Ubuntu 18.04 package repositories.  Instructions can be found on the `neovim github page \u003chttps://github.com/neovim/neovim/wiki/Installing-Neovim\u003e`_ . In brief:\n\n.. code:: bash\n\n    $ sudo add-apt-repository ppa:neovim-ppa/stable\n    $ sudo apt-get update\n    $ sudo apt-get install neovim\n\nThis will install neovim v0.4.3 as of 2020-10-04.\n\nNeovim Python\n-------------\n\nSome of the plugins I want to use require update versions of Python packages.  Since noodling around with the system Python can cause unintended issues with one's OS, at least one plugin recommends using a Python virtualenv.  Since I routinely use `virtualenvwrapper \u003chttps://virtualenvwrapper.readthedocs.io/en/latest/\u003e`_ , I just created a virtual environment called \"nvimenv\" and pip-installed the *neovim* and *jedi* packages from `PyPI \u003chttps://pypi.org/\u003e`_ .  I then configured my vimrc to point to that specific python interpreter.\n\nPlugins\n-------\n\nI am currently trying out the following plugins:\n\n* gruvbox: a popular color scheme\n* deoplete: programming autocompletion (requires additional language plugins)\n* deoplete-jedi: Python support for deoplete\n* jedi-vim: Python language support like jumping to definition, display docs, rename functions ...\n* vim-airline: make the status line more useful and colorful\n* NERDcomment: programming language aware comment / uncomment support\n* NERDTree: IDE-like file explorer\n* Neomake: run code linters\n* Neoformat: run code formatters\n\nI use `vim-plug \u003chttps://github.com/junegunn/vim-plug\u003e`_ to manage my plugins.  I installed it with:\n\n.. code:: bash\n\n    $ curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n      https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n\nYou need to run `:PlugInstall` from within vim to install the plugins.\n\nOther Changes\n-------------\n\n* I enabled relative number.  It is actually more useful than I thought it would be.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Fmyvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwaldbieser%2Fmyvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwaldbieser%2Fmyvimrc/lists"}