{"id":28045714,"url":"https://github.com/mwilliammyers/speedcola","last_synced_at":"2025-10-13T05:35:57.045Z","repository":{"id":36885255,"uuid":"41192246","full_name":"mwilliammyers/speedcola","owner":"mwilliammyers","description":"Lean vim8/neovim configuration infused with a little Speed Cola","archived":false,"fork":false,"pushed_at":"2025-04-25T07:37:37.000Z","size":459,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T02:36:46.927Z","etag":null,"topics":["neovim","neovim-configuration","vim","vim-configuration","vimrc"],"latest_commit_sha":null,"homepage":"","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/mwilliammyers.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,"zenodo":null}},"created_at":"2015-08-22T05:24:27.000Z","updated_at":"2025-04-26T01:22:25.000Z","dependencies_parsed_at":"2025-05-11T18:30:27.889Z","dependency_job_id":"0cde0d58-e84d-4cf5-b736-1160d32c8e99","html_url":"https://github.com/mwilliammyers/speedcola","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mwilliammyers/speedcola","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilliammyers%2Fspeedcola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilliammyers%2Fspeedcola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilliammyers%2Fspeedcola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilliammyers%2Fspeedcola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwilliammyers","download_url":"https://codeload.github.com/mwilliammyers/speedcola/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwilliammyers%2Fspeedcola/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013705,"owners_count":26085393,"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-13T02:00:06.723Z","response_time":61,"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":["neovim","neovim-configuration","vim","vim-configuration","vimrc"],"created_at":"2025-05-11T18:21:42.837Z","updated_at":"2025-10-13T05:35:57.017Z","avatar_url":"https://github.com/mwilliammyers.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speedcola\n\n\u003e Batteries included but lean [neovim] config infused with a little [Speed Cola].\n\n## install\n\nRun [`install.sh`]:\n\n```\ncurl -sSL https://git.io/speedcola | sh\n```\n\n**Note**: If your terminal does not support [24-bit/\"true color\"], do yourself\na favor and install one that does. But, if you don't don't mind your colors\nlooking a little off, remove the line: [init.vim#L77]. Also, make sure\n`:echo has('termguicolors')` prints `1`.\n\n## configuration\n\nCeck out: [init.vim](init.vim).\n\n### notable plugins\n\n- [One Dark] colorscheme\n- [neovim/nvim-lsp] for IDE like features (via the [Language Server Protocol])\n- [fzf] for fuzzy searching all the things\n- [sneak] for jumping around\n- [neoformat] for formatting code\n\n### key mappings\n\n[`\u003cLeader\u003e`] is mapped to `,`\n\nFrom [Normal] mode, type:\n\n```\n:Maps\n```\n\n[vim8]: https://www.vim.org/\n[neovim]: https://neovim.io\n[speed cola]: http://nazizombies.wikia.com/wiki/Speed_Cola\n[`install.sh`]: install.sh\n[`\u003cleader\u003e`]: http://learnvimscriptthehardway.stevelosh.com/chapters/06.html#leader\n[one dark]: https://github.com/rakr/vim-one\n[fzf]: https://github.com/junegunn/fzf.vim\n[vim-lsc]: https://github.com/natebosch/vim-lsc\n[vim-lsp]: https://github.com/prabirshrestha/vim-lsp\n[ale]: https://github.com/w0rp/ale\n[sneak]: https://github.com/justinmk/vim-sneak\n[normal]: https://en.wikibooks.org/wiki/Learning_the_vi_Editor/Vim/Modes#normal_(command)\n[language server protocol]: https://microsoft.github.io/language-server-protocol/\n[24-bit/\"true color\"]: https://gist.github.com/XVilka/8346728\n[terminal.app]: https://en.wikipedia.org/wiki/Terminal_(macOS)\n[iterm2]: https://www.iterm2.com/\n[init.vim#l77]: https://github.com/mwilliammyers/speedcola/blob/510e88e/init.vim#L77\n[neoformat]: https://github.com/sbdchd/neoformat\n[neovim/nvim-lsp]: https://github.com/neovim/nvim-lsp\n[neovim faq]: https://github.com/neovim/neovim/wiki/FAQ\n[learn vimscript the hard way]: http://learnvimscriptthehardway.stevelosh.com/\n[vimcasts]: http://vimcasts.org/\n[vimulator]: http://thoughtbot.github.io/vimulator/\n[learning the vi editor/vim wiki]: https://en.wikibooks.org/wiki/Learning_the_vi_Editor/Vim\n[vi-improved]: https://www.vi-improved.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwilliammyers%2Fspeedcola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwilliammyers%2Fspeedcola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwilliammyers%2Fspeedcola/lists"}