{"id":18779628,"url":"https://github.com/var7600/vimrc","last_synced_at":"2026-01-31T22:30:45.632Z","repository":{"id":169613443,"uuid":"494660201","full_name":"Var7600/vimrc","owner":"Var7600","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-06T11:42:55.000Z","size":403,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-09T00:23:36.630Z","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/Var7600.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}},"created_at":"2022-05-21T02:32:33.000Z","updated_at":"2026-01-06T11:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"af3bda09-e89b-4140-bb09-93b6bab400d3","html_url":"https://github.com/Var7600/vimrc","commit_stats":null,"previous_names":["var7600/vimrc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Var7600/vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Var7600","download_url":"https://codeload.github.com/Var7600/vimrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2Fvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-07T20:21:51.446Z","updated_at":"2026-01-31T22:30:45.616Z","avatar_url":"https://github.com/Var7600.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim \r\n![vim-logo](vim-logo.jpeg)\r\n\r\nmy config ``.vimrc`` file \r\n\r\n- Basic: basic add config\r\n\r\n``enable line number``\r\n\r\n`` highlight cursor line ``\r\n \r\n``undo file after save``\r\n\r\n``continue at the last spot the last time you open the file``\r\n\r\n``show matching words during search``\r\n\r\n``enable smarindent to indent your code``\r\n\r\n``Display all matching files with tab completion `` \r\n\r\n- Advance: if you wanna use Vim like a IDE this include a lot of useful plugins.\r\n\r\n\r\n# Installation\r\n\r\n``git clone https://github.com/DD7600/vimrc ``\r\n\r\n``cd vimrc``\r\n\r\n``./install.sh``\r\n\r\nafter plugins are install type ``:x`` to save and quit\r\n \r\nby default this script save your old config to ``~/.vimrc.save`` if you wanna use your old config file\r\n\r\n# RELEOAD OLD CONFIG\r\nyou can reload your base config by running this script\r\n\r\n``cd vimrc``\r\n\r\n``./old-config``\r\n\r\n\r\n# Useful plugins already installed\r\n\r\n## enable awesome theme ``gruvobx`` by default\r\n\r\n![gruvbox](images/gruvbox.png)\r\n\r\n## Dashborad\r\n\r\nhttps://github.com/junegunn/vim-github-dashboard.git\r\nBrowse Github events (user dashboard,user/repo activity) in vim\r\n\r\n\r\ntype in vim\r\n``:GHDashbord ``\r\n\r\nor\r\n\r\n``:GHDashbord USER ``\r\nor \r\n\r\n``:GHActivity USER/REPO``\r\n\r\nmore information [click-here](https://github.com/junegunn/vim-github-dashboard.git)\r\n\r\n## Commentary\r\n\r\nhttps://github.com/tpope/vim-commentary\r\nuse to comments line inside vim\r\ntype in vim\r\n\r\n``gc `` to comment line into the cursor\r\n\r\n``gcc`` to comment a selection\r\n\r\n``:27,29Commentary``\r\n\r\nto comment line 27 to 29\r\n![Commentary](images/Comment.png)\r\n\r\n## Airline\r\nhttps://github.com/vim-airline/vim-airline give information about the file path,line,column,encoding ..\r\n\r\n![airline](images/airline.png)\r\n\r\n## syntastic\r\nhttps://github.com/vim-syntastic/syntastic\r\n\r\ncompile every time you save a file to see  errors on any type of file .c .cpp .html .java .py . . .\r\n\r\n![syntastic](images/syntastic.png)\r\n\r\n## Python mode\r\n- Support Pyhton and 3.6+\r\n- Syntax highlighting\r\n- Run python code (\u003cleader\u003er)\r\n- Code refactoring\r\n\r\nfore more information https://github.com/python-mode/python-mode\r\n\r\n## javascript\r\n\r\nhttps://github.com/pangloss/vim-javascript.git javascript plugins provide syntax highlighting and improved indentation\r\n\r\n# More Plugins\r\nif you wanna see more plugins available for vim\r\ncheck [vim-plugins](https://github.com/gerardbm/vimrc)\r\n\r\n# How to add plugins\r\nopen your vim config file ``~/.vimrc`` search for \r\n``call plug#begin()`` and ``call plug#end`` and add your respository vim plugins\r\n\r\nlike that\r\n \r\n``call plug#begin()``\r\n\r\n``Plug 'link to your plugin respository'``\r\n\r\n``Plug 'https://github.com/ap/vim-css-color'``\r\n\r\n``call plug#end``\r\n\r\nafter saving your file  type ``:PlugInstall`` to install plugins\r\n## Issues\r\nif there is any issues about installation please let me know","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvar7600%2Fvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvimrc/lists"}