{"id":16444914,"url":"https://github.com/jaymon/.vim","last_synced_at":"2026-03-01T16:34:46.322Z","repository":{"id":4377160,"uuid":"5513869","full_name":"Jaymon/.vim","owner":"Jaymon","description":"My vim environment, mainly for Macvim and gVim, should work for console vim also","archived":false,"fork":false,"pushed_at":"2026-01-19T00:21:27.000Z","size":753,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T10:21:28.082Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Jaymon.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-08-22T18:54:10.000Z","updated_at":"2026-01-19T00:21:31.000Z","dependencies_parsed_at":"2024-01-18T02:31:09.409Z","dependency_job_id":"b23b0ba0-c933-49fd-bc72-921ce3f8f0aa","html_url":"https://github.com/Jaymon/.vim","commit_stats":{"total_commits":222,"total_committers":4,"mean_commits":55.5,"dds":"0.27477477477477474","last_synced_commit":"efa3a2ed5cac23f79dbc697d2067530778751976"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Jaymon/.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2F.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2F.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2F.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2F.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaymon","download_url":"https://codeload.github.com/Jaymon/.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2F.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29974747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:18:32.386Z","status":"ssl_error","status_checked_at":"2026-03-01T16:18:04.258Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-11T09:42:36.117Z","updated_at":"2026-03-01T16:34:46.310Z","avatar_url":"https://github.com/Jaymon.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My VIM Environment Settings Files\n\nThis is here for my convenience so I can easily keep my vim environment consistent across multiple machines.\n\n\n-------------------------------------------------------------------------------\n\n## Installation\n\n### In Mac or Linux\n\n1. Create `$HOME/.vim`\n\n2. cd into `$HOME/.vim`\n\n3. clone the repo\n\n    ```\n    $ git clone --recursive [repo] .\n    ```\n\n4. Run the install script\n\n    ```\n    $ $HOME/.vim/install.sh\n    ```\n\n\n### Re-initialize Submodules\n\nI moved (March 2023) the submodules from `bundle` to `pack/third-party/start` and this is how I re-initialized the modules:\n\n```\n$ git submodule init\n$ git submodule update\n```\n\n-------------------------------------------------------------------------------\n\n## Plugins\n\nto update all the submodules:\n\n    $ git submodule foreach git pull origin master\n    \nTo update a specific submodule, from repo root directory:\n\n    $ cd pack/third-party/\u003cPATH-TO-SUBMODULE\u003e\n    $ git pull origin master\n    $ cd -\n\n\n### [Tagbar](https://github.com/preservim/tagbar)\n\nThis replaced Taglist because I like the hierarchical code tree better.\n\nIt depends on [ctags](https://github.com/universal-ctags/ctags), which can be installed on mac using brew:\n\n    $ brew install universal-ctags\n\nI set this up with:\n\n    $ git submodule add -b master https://github.com/preservim/tagbar.git pack/third-party/start/tagbar\n    \nI last updated it on April 14, 2025 to get javascript/typescript working:\n\n    $ cd pack/third-party/start/tagbar\n    $ git pull origin master\n\n\n### [NerdTree](https://github.com/scrooloose/nerdtree)\n\n\nI've also added the [Nerdtree tab plugin](https://github.com/jistr/vim-nerdtree-tabs) ([via](stackoverflow.com/questions/2283417/vim-and-nerd-tree-can-nerd-tree-persist-across-tabs-in-macvim))\n\nI set this up with:\n\n    $ git submodule add -b master https://github.com/scrooloose/nerdtree.git bundle/nerdtree\n    $ git submodule add -b master https://github.com/jistr/vim-nerdtree-tabs.git bundle/nerdtree-tabs\n\n\n* 5-17-2016 - I'm currently trying to use [netrw instead of NERDTree](https://blog.mozhu.info/vimmers-you-dont-need-nerdtree-18f627b561c3#.6p2s7r8ir)\n* 5-18-2016 - I couldn't do it, I re-activated NERDTree\n\n\n### [Commentify](https://github.com/Jaymon/vim-commentify)\n\n\nA really lightweight plugin to comment/uncomment code, basically a lightweight\n[NERD Commenter](https://github.com/scrooloose/nerdcommenter) or an updated [comments](http://www.vim.org/scripts/script.php?script_id=1528).\n\nI set this up with:\n\n    $ git submodule add -b master git@github.com:Jaymon/vim-commentify.git bundle/commentify\n\n\n### [Surround](https://github.com/tpope/vim-surround)\n\nWhile moving this into the `pack` directory I was going to just disable it, but I've decided to give it one final final chance. I always forget this exists.\n\ntrying this again. I've had this bundle for years and never remember the shortcut to run it, but I decided to keep it one more time.\n\nI'm pretty sure this uses `s` as the command to \"surround\".\n\nI set this up with:\n\n    $ git submodule add -b master https://github.com/tpope/vim-surround.git bundle/surround\n\n\n### Python\n\nCurrently an internal syntax plugin that brings together the good parts of some other plugins into a python environment that I like to use.\n\n\n### Utils\n\nInternal plugin that contains misc functions and commands that I love, compiled from around the internet, and maybe even kind of written by me, in order to make this a little more portable.\n\n\n### [SnipMate](https://github.com/garbas/vim-snipmate)\n\nThis actually has dependencies, so setup was a bit more involved:\n\n    $ git submodule add -b master https://github.com/garbas/vim-snipmate.git pack/third-party/start/snipmate\n    $ git submodule add -b master https://github.com/MarcWeber/vim-addon-mw-utils.git pack/third-party/start/addon_mw_utils\n\nI thought about using [ultisnips](https://github.com/SirVer/ultisnips) instead but that requires python and I prefer to use pure vimscript plugins when I can.\n\n[vim-snippets](https://github.com/honza/vim-snippets/blob/master/snippets/python.snippets) contains lots of snippet files for reference.\n\nWhen in *insert* mode you can do `ctrl-R tab` (`\u003cC-R\u003e\u003cTab\u003e`) to get all the matching snippets. I've also added `:Snippets` to open the corresponding `$VIMHOME/snippets/\u003cFILETYPE\u003e.snippets` file.\n\n\n#### April 14, 2025\n\nI removed `tlib` since I've never used the `:SnipMateOpenSnippetFiles` command and it doesn't make any sense to keep a whole dependency around for it\n\n    $ git rm pack/third-party/start/tlib\n\nI also updated the installation instructions.\n\n\n### Colcol\n\nApril 14, 2025 - I have no idea when I added this, it's not a submodule, so I'm the one that added it and it's actually pretty cool. It places a `ColorColumn` (a column background color that goes from the top of the file to the bottom of the file) at the cursor position\n\n* `\u003cLEADER\u003ec` - toggle a color column at the current cursor position\n* `\u003cLEADER\u003eC` - toggle off all color columns, be careful with this as it will turn off the preset ones at 80 and 120 also.\n\n\n-------------------------------------------------------------------------------\n\n## Warnings\n\nThis currently does not work as well on the console version of Vim, I've spent time tuning the *GUI* version,\nnot so much the console version.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaymon%2F.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaymon%2F.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaymon%2F.vim/lists"}