{"id":16896533,"url":"https://github.com/fullstop000/configs","last_synced_at":"2026-05-05T06:38:42.851Z","repository":{"id":101679468,"uuid":"266092912","full_name":"Fullstop000/configs","owner":"Fullstop000","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-28T10:44:01.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T10:45:18.893Z","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/Fullstop000.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}},"created_at":"2020-05-22T11:22:55.000Z","updated_at":"2020-07-28T10:44:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9adedd5-3846-4da9-b3be-98e3ff9c7d2d","html_url":"https://github.com/Fullstop000/configs","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"216cf218146160c6c7b11d6362862e11594edbd1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fullstop000/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fullstop000%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fullstop000%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fullstop000%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fullstop000%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fullstop000","download_url":"https://codeload.github.com/Fullstop000/configs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fullstop000%2Fconfigs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268644482,"owners_count":24283334,"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-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-10-13T17:31:54.520Z","updated_at":"2026-05-05T06:38:42.791Z","avatar_url":"https://github.com/Fullstop000.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# configs\n\nAll config files for setting up handly coding workspace from scratch\n\n## Requirements\n- Vim \u003e= 8.0\n- Neovim \u003e= 0.4.3\n- Nodejs \u003e= 10.12\n\n## Install\n\n\u003e tmux not included\n\n1. Install `vim` or `neovim`\n2. Install `nodejs` (\u003e=10.12) \n3. Install [vim-plug](https://github.com/junegunn/vim-plug)\n4. Copy `init.vim` to `$HOME/.config/nvim/init.vim`\n5. Copy `.vimrc` to `$HOME/.vimrc` \n6. Run `:PlugInstall` in vim/neovim\n7. Install coc extensions by following commands\n```\n:CocInstall coc-highlight\n:CocInstall coc-json\n:CocInstall coc-explorer\n:CocInstall coc-git\n:CocInstall coc-rust-analyzer //optional\n```\n8. Replace `coc-settings.json` in `$HOME/.config/nvim`\n9. Run `:CocRestart`\n10. Restart vim/neovim\n\n### Install `fzf`, `bat` and `ripgrep`\n- [fzf](https://github.com/junegunn/fzf)\n- [bat](https://github.com/sharkdp/bat)\n- [ripgrep](https://github.com/BurntSushi/ripgrep)\n\n## Features\n- `Go`, `Rust` support\n- Awesome tunned theme based on Nord\n- Modern coding experience with `coc-git`, `coc-explorer` and `vim-commentary`\n- Personal Optimized Key Bindings\n\n### .vimrc\nThe config for `vim` and `Neovim`\n\n### init.vim\nScripts for initializing `neovim` env from `vim`\nReplace this in `$HOME/.config/nvim`\n\n### coc-settings.json\n\n`coc.nvim` config file\nReplace this in `$HOME/.config/nvim`\n\n### .tmux.conf\n`tmux` config file. Requires using `tmux-mem-cpu-load`\n\n## Complete Plugin List\n\n#### VIM\n\n- [jiangmiao/auto-pairs](https://github.com/jiangmiao/auto-pairs)\n- [sherrun/vim-polyglot](https://github.com/sheerun/vim-polyglot)\n- [neclide/coc.nvim](https://github.com/neoclide/coc.nvim)\n- [fatih/vim-go](https://github.com/fatih/vim-go)\n- [vim-airline/vim-airline](https://github.com/vim-airline/vim-airline)\n- [vim-airline/vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)\n- [christianchiarulli/onedark.vim](https://github.com/christianchiarulli/onedark.vim) \n- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)\n- [junegunn/fzf](https://github.com/junegunn/fzf)\n- [powerman/vim-plugin-autosess](https://github.com/powerman/vim-plugin-autosess)\n- [tpope/vim-commentary](https://github.com/tpope/vim-commentary)\n- [arcticicestudio/nord-vim](https://github.com/arcticicestudio/nord-vim)\n\n#### COC\n\n\u003e Install coc plugins manually using `CocInstall \u003cplugin\u003e`\n\n- [coc-hightlight](https://github.com/neoclide/coc-highlight)\n- [coc-json](https://github.com/neoclide/coc-json)\n- [coc-git](https://github.com/neoclide/coc-git)\n- [coc-explorer](https://github.com/weirongxu/coc-explorer)\n- [coc-rust-analyzer](https://github.com/fannheyward/coc-rust-analyzer)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstop000%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstop000%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstop000%2Fconfigs/lists"}