{"id":24935770,"url":"https://github.com/buzzismaloy/vim-config","last_synced_at":"2025-03-28T16:13:02.285Z","repository":{"id":275061135,"uuid":"924947788","full_name":"buzzismaloy/Vim-Config","owner":"buzzismaloy","description":"My simple yet useful vim configuration","archived":false,"fork":false,"pushed_at":"2025-02-18T23:10:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T23:25:24.361Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buzzismaloy.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":"2025-01-30T23:29:34.000Z","updated_at":"2025-02-18T23:10:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"25e38707-6158-4ba7-a667-09bf1d9a4ab6","html_url":"https://github.com/buzzismaloy/Vim-Config","commit_stats":null,"previous_names":["buzzismaloy/vim-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzismaloy%2FVim-Config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzismaloy%2FVim-Config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzismaloy%2FVim-Config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzismaloy%2FVim-Config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzzismaloy","download_url":"https://codeload.github.com/buzzismaloy/Vim-Config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059339,"owners_count":20717085,"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","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":["vim","vim-configuration","vimrc"],"created_at":"2025-02-02T15:56:52.634Z","updated_at":"2025-03-28T16:13:02.268Z","avatar_url":"https://github.com/buzzismaloy.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .vimrc\n\nMy simple vim configuration\n\n# Gallery\n\n![gallery](pics/1.png)\n![gallery](pics/2.png)\n![gallery](pics/3.png)\n![gallery](pics/4.png)\n\n# Plugins\n\n1. [Vim-Plug](https://github.com/junegunn/vim-plug)\n2. [Airline](https://github.com/vim-airline/vim-airline)\n3. [NERDTree](https://github.com/preservim/nerdtree)\n4. [Catppuccin](https://github.com/catppuccin/vim)\n5. [Coc.nvim](https://github.com/neoclide/coc.nvim)\n6. [Fugitive.vim](https://github.com/tpope/vim-fugitive)\n\n# Shortcuts\n\n* **Enable highlighting the max length of line** - `\u003cLeader\u003ecc`\n* **Disable highlighting the max length of line** - `\u003cLeader\u003encc`\n* **tabn, tabp, tabc** - `\u003cLeader\u003e + [tn, tp, tc]`\n* **bnext, bprevious, bdelete** - `\u003cLeader\u003e + [bn, bp, bd]`\n* **NERDTreeToggle** - `Ctrl + t`\n* **NERDTreeFind** - `Ctrl + f`\n* **Jump 10 lines up** - `Ctrl + k`\n* **Jump 10 lines down** - `Ctrl + j`\n\n# Dependencies\n\n1. You are required `curl` to install `Vim-Plug`, so make sure you have one:\n```bash\ncurl --version\n```\n2. You are required [Node.js](https://nodejs.org/en/download/package-manager/all) to run `coc.nvim`,\n   so make sure you have one:\n```bash\nnode -v\n```\n\n# Installation\n\n1. Clone git repository:\n```bash\ngit clone https://github.com/buzzismaloy/Vim-Config.git\n```\n2. Go to the Vim-Config and copy the `.vimrc`:\n```bash\ncd Vim-Config \u0026\u0026 cp ~/.vimrc\n```\n3. Open Vim:\n```bash\nvim\n```\n\n# Coc tips\n\n* To open the command list, use the `:CocList commands` command and choose one you need:\n```\n:CocList commands\n```\n* To install the extension use the `:CocInstall` command:\n```\n:CocInstall \u003cthe_name_of_extension\u003e\n```\n* To uninstall the coc extension installed by `:CocInstall` use `:CocUninstall` command:\n```\n:CocUninstall \u003cthe_name_of_extension\u003e\n```\n* To see the list of installed coc extensions use `CocList` command:\n```\n:CocList extensions\n```\n\nFor more information visit the Coc.nvim [wiki page](https://github.com/neoclide/coc.nvim/wiki)\n\nAlso, to see the languages supported by coc.nvim, check\nthis [page](https://github.com/neoclide/coc.nvim/wiki/Language-servers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzismaloy%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzzismaloy%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzismaloy%2Fvim-config/lists"}