{"id":19807659,"url":"https://github.com/westurner/dotvim","last_synced_at":"2025-08-16T07:07:28.462Z","repository":{"id":17522062,"uuid":"20310081","full_name":"westurner/dotvim","owner":"westurner","description":"dotvim ~/.vimrc text editor configuration dotfiles. https://westurner.org/dotfiles/usage#vim","archived":false,"fork":false,"pushed_at":"2024-09-12T04:14:39.000Z","size":146,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T18:10:32.719Z","etag":null,"topics":["dotvim","vim-configs","vim-configuration","vim-python","vimrc"],"latest_commit_sha":null,"homepage":"https://westurner.org/dotfiles/usage#vim","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/westurner.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":"2014-05-29T22:18:01.000Z","updated_at":"2024-09-12T04:14:43.000Z","dependencies_parsed_at":"2024-09-12T13:26:37.116Z","dependency_job_id":"8346e93c-d21e-4b65-b830-a6dff3453d66","html_url":"https://github.com/westurner/dotvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/westurner/dotvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdotvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdotvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdotvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdotvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/westurner","download_url":"https://codeload.github.com/westurner/dotvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdotvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270679318,"owners_count":24626940,"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-08-16T02:00:11.002Z","response_time":91,"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":["dotvim","vim-configs","vim-configuration","vim-python","vimrc"],"created_at":"2024-11-12T09:11:36.756Z","updated_at":"2025-08-16T07:07:28.439Z","avatar_url":"https://github.com/westurner.png","language":"Vim Script","readme":"\n\nwesturner/dotvim\n=================\n| Desc: dotvim_ ``~/.vimrc`` text editor configuration dotfiles_.\n| Src: https://github.com/westurner/dotvim\n| Docs: https://westurner.org/dotfiles/usage#vim\n| Topic: `\u003chttps://en.wikipedia.org/wiki/Vim_(text_editor)\u003e`__\n\n.. contents::\n\n.. | Src: hg https://bitbucket.org/westurner/dotvim # dulwich / git push --mirror\n\n.. _vim: https://en.wikipedia.org/wiki/Vim_(text_editor)\n.. _dotfiles: https://github.com/westurner/dotfiles\n.. _dotvim: https://github.com/westurner/dotvim\n\n\nInstall\n--------\nClone the dotvim_ repository::\n\n   REPO_DEST=${VIRTUAL_ENV:+\"${VIRTUAL_ENV}/src/\"}dotvim\n   #REPO_DEST=${__DOTFILES}/etc/vim   # dotfiles install\n\n   ## Clone\n   git clone https://github.com/westurner/dotvim $REPO_DEST\n   #git clone ssh://git@github.com/westurner/dotvim $REPO_DEST\n\n   ## symlink\n   ln -s ${__DOTFILES}/etc/vim/vimrc ~/.vimrc\n   ln -s ${__DOTFILES}/etc/vim ~/.vim\n\n   ## vim\n   source ~/.vimrc\n\n\nUsage\n------\n| Docs: https://westurner.org/dotfiles/usage#vim\n\nThree files:\n\n   * `vimrc`_ -- ViM configuration (symlink to ``~/.vimrc``)\n   * `vimrc.full.bundles.vimrc`_ -- plugins config (\n     ``:VundleInstall``, ``:VundleUpdate``)\n   * `vimrc.tinyvim.bundles.vimrc`_ -- tinyvim vimpager config (\n     ``scripts/mktinyvim.sh``)\n\n\n.. _vimrc: https://github.com/westurner/dotvim/blob/master/vimrc\n.. _vimrc.full.bundles.vimrc: https://github.com/westurner/dotvim/blob/master/vimrc.full.bundles.vimrc\n.. _vimrc.tinyvim.bundles.vimrc: https://github.com/westurner/dotvim/blob/master/vimrc.tinyvim.bundles.vimrc\n.. _Makefile: https://github.com/westurner/dotvim/blob/master/Makefile \n\n\nDotvim Makefile_::\n\n   # Show ``vimrc*`` comments\n   make help\n\n   # Install dotfiles and plugins for the current user\n   make install\n\n   # Test\n   make test\n\n   # Print comments with numbered lines (^\"\\s)\n   make list_vimrc_comments\n\n   # Print keyboard mapping comments (^\"\\s\\s)\n   make list_vimrc_shortcuts\n\n   # Print vim mappings (opens an interactive vimpager)\n   make list_vim_mappings\n\n\nDotvimHelp\n~~~~~~~~~~~~\n\n``:DotvimHelp`` ``vimgreps`` comment lines from ``vimrc``\nconfiguration files and then opens the quickfix list\n(``:copen``, ``:cclose``, ``help quickfix``).\n\n``:DotvimHelp`` == ``:Help`` == ``:ListMappings``\n\n.. code::\n\n   :tabnew\n   :Help\n\n   [...]\n   \"  :DotvimReload    --  source ~/.vimrc\n   \"  :DotvimHelp      --  vimgrep vimrc* comments\n   \"  :ListMappings    --  vimgrep vimrc* comments\n   \"  :map             --  list actual mappings\n   \"  :scriptnames     --  list scripts and plugins\n   \"  :set             --  list all nondefault options\n   [...]\n\n\nVim\n====\n| Wikipedia: `\u003chttps://en.wikipedia.org/wiki/Vim_(text_editor)\u003e`__\n| Homepage: http://www.vim.org/\n| Docs: http://www.vim.org/docs.php\n| Source: hg https://vim.googlecode.com/hg/\n\n* https://github.com/scrooloose/nerdtree\n* https://github.com/westurner/dotvim\n\nVim Plugins\n-------------\n\npython-mode\n~~~~~~~~~~~~~~\n| Src: https://github.com/klen/python-mode\n| Docs: https://github.com/klen/python-mode#source-links\n\n\nVim Browser Extensions\n------------------------\n\nVimium\n~~~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/Vimium\n| Homepage: https://vimium.github.io/\n| Source: git https://github.com/philc/vimium\n\n* https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en\n\n\nVimperator\n~~~~~~~~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/Vimperator\n| Homepage: http://www.vimperator.org/\n| Source: https://github.com/vimperator/vimperator-labs\n\n* https://addons.mozilla.org/en-US/firefox/addon/vimperator/\n\n\nWasavi\n~~~~~~~~\n| Homepage: http://appsweets.net/wasavi/\n| Docs: http://appsweets.net/wasavi/\n| Source: https://github.com/akahuku/wasavi\n\n* https://chrome.google.com/webstore/detail/wasavi/dgogifpkoilgiofhhhodbodcfgomelhe\n* https://addons.opera.com/en/extensions/details/wasavi/\n* https://addons.mozilla.org/en-US/firefox/addon/wasavi/\n\n\nFonts\n=======\n\n* `\u003chttps://www.google.com/fonts#ChoosePlace:select/Collection:Source+Sans+Pro|Ubuntu+Mono|Droid+Sans|Fira+Mono|Ubuntu|Droid+Sans+Mono|Libre+Baskerville|Source+Code+Pro|Ubuntu+Condensed|Droid+Serif|Roboto|Roboto+Condensed|Roboto+Mono|Roboto+Slab|Source+Serif+Pro\u003e`__\n* `fonts.zip \u003chttps://www.google.com/fonts/download?kit=_Adf4-WhHej-sE7xvVehE2gYFTLuiQ0Xrr1ICtn4sgfpf0t9BZUIiDiKzT6nkta6EZPD1TvUcgbxXABVfCcZ6mHt8ctaCMCd_Wc5C_wjhJSS0ZBmQ8ycamsHRYHa0yYF6MfgUfXzxEj15i2wt6XfcxSvSI2ISvD3pWMhB-7yGqXOyHsJ9NW1GACvLv3i_puNCyWHyPaNoFkGoYwlHtB7aKx5h4EEYHECCsdvWx7M6oOYrBY59zzB2GpTcLtKNx_T5M6cYHKpCBlID5SqTqdPgqS3XrpYp_h7CyvsfAHiPPfClUJGDCrlHSoZ-MS0ftePQ2WBUu9AUgaaogWfKxMmxYC8lgsqHzuIVjdcuK4afsI0YILriZEbMEb6wm2W9l5Z9SVFytLCEavy544OK64yVltkqrIMaAZWyLYEoB48lSQ\u003e`__\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesturner%2Fdotvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesturner%2Fdotvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesturner%2Fdotvim/lists"}