{"id":20858847,"url":"https://github.com/adnanhodzic/vim-hue","last_synced_at":"2025-05-12T08:31:55.622Z","repository":{"id":145427294,"uuid":"72924973","full_name":"AdnanHodzic/vim-hue","owner":"AdnanHodzic","description":"vim-hue - colorful Vim config \u0026 theme for all your SRE/DevOps needs","archived":false,"fork":false,"pushed_at":"2024-09-18T06:33:53.000Z","size":465,"stargazers_count":34,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-18T08:35:09.054Z","etag":null,"topics":["ansible","docker","golang","linux","macos","python","terraform","vim","vim-colors","vim-colorscheme","vim-colorscheme-dark","vim-configuration","vim-go","vim-hue","vim-plugins","vim-python","vim-shell","vim-syntax"],"latest_commit_sha":null,"homepage":"https://foolcontrol.org/?p=3051","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdnanHodzic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"AdnanHodzic"}},"created_at":"2016-11-05T12:35:38.000Z","updated_at":"2024-09-18T06:33:58.000Z","dependencies_parsed_at":"2024-08-04T07:42:53.970Z","dependency_job_id":"5451835b-8cdf-42cf-aff9-3f48d543f28d","html_url":"https://github.com/AdnanHodzic/vim-hue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fvim-hue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fvim-hue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fvim-hue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fvim-hue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdnanHodzic","download_url":"https://codeload.github.com/AdnanHodzic/vim-hue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225130751,"owners_count":17425506,"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":["ansible","docker","golang","linux","macos","python","terraform","vim","vim-colors","vim-colorscheme","vim-colorscheme-dark","vim-configuration","vim-go","vim-hue","vim-plugins","vim-python","vim-shell","vim-syntax"],"created_at":"2024-11-18T04:47:46.156Z","updated_at":"2024-11-18T04:47:46.667Z","avatar_url":"https://github.com/AdnanHodzic.png","language":"Vim Script","funding_links":["https://github.com/sponsors/AdnanHodzic","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=7AHCP5PU95S4Y\u0026item_name=Contribution+for+work+on+vim-hue\u0026currency_code=EUR\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# vim-hue\nvim-hue is colorful Vim config for all your SRE/DevOps needs. \n\nIt features \"vim-hue\" dark Vim colorscheme and complete Vim configuration. Ideal for anyone using Vim and any of the following on daily basis:\n\n* Shell (Bash)\n* Golang\n* Python\n* Terraform\n* Ansible\n* Docker (Dockerfile)\n* Kubernetes (templates)\n* et cetera ...\n\n*Please note:* vim-hue will only work on Linux and MacOS. I strongly suggest using \"dark mode\" or using a dark colorscheme on your terminal of choice. Only Vim \u003e= 8 version is supported.\n\n\u003cimg width=\"800\" alt=\"[vim-hue running on MacOS (iTerm2)\" src=\"https://github.com/user-attachments/assets/a88bfb38-571a-491d-ba01-d3ea975f510b\"\u003e\n\n### Sounds good, how do I get vim-hue?\n\n#### Get vim-hue source code:\n\n`git clone https://github.com/AdnanHodzic/vim-hue.git`\n\n#### Install requirements\n\n##### Requirements installation for Debian/Ubuntu and their derivatives\n\nAll requirements can be installed by running:\n\n`sudo apt install vim python3 python3-pip python3-setuptools python3-click -y`\n\nOr by using pipenv:\n\n```\npipenv install\n```\n\nThat's it, you're ready to [run vim-hue installer](https://github.com/AdnanHodzic/vim-hue#vim-hue---installer)!\n\n##### Requirements installation for MacOS\n\n1: You need to have [Brew](https://brew.sh/), if not Brew can be installed by running:\n\n```\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n2: Install Python3 if missing and update Vim to \u003e= 8.1\n\n```\nbrew install python3 vim\n```\n\n*Please note:* if running `vim --version` doesn't return \u003e= 8, you may need to restart terminal for Vim symlink to be updated.\n\n3: Use `pip3` to install [Click](https://github.com/pallets/click) python package which is used as CLI for vim-hue installer.\n\n```\npip3 install click\n```\n\nOr by using pipenv:\n\n```\npipenv install\n```\n\nNow you're ready to [run vim-hue installer](https://github.com/AdnanHodzic/vim-hue#vim-hue---installer)!\n\n### vim-hue - installer\n\nvim-hue can be installed by simply running the installer and following on screen instructions, i.e:\n\n```\npython3 vim-hue.py\n```\n\n### Technical rationale\n\nGoal of `vim-hue` is to being \"vanilla\" Vim as much as possible, yet to include all necessary functionality. As such it consits of:\n* [vimrc](https://github.com/AdnanHodzic/vim-hue/blob/master/vimrc) Vim configuration with each setting in use.\n* [vim-hue.py](https://github.com/AdnanHodzic/vim-hue/blob/master/vim-hue.py) Python3 installer\n* Dark [\"vim-hue\" color scheme](https://github.com/AdnanHodzic/vim-hue/blob/master/colors/hue.vim)\n* [pathogen](https://github.com/AdnanHodzic/vim-hue/blob/master/pathogen.vim) for easy of plugin and runtime installation. \n* [golang](https://github.com/AdnanHodzic/vim-hue/tree/master/bundle/vim-go) plugin.\n* [terraform](https://github.com/AdnanHodzic/vim-hue/tree/master/bundle/vim-terraform) plugin.\n* [git-branch-info](https://github.com/AdnanHodzic/vim-hue/blob/master/plugin/git-branch-info.vim) plugin.\n\n\n### Discussion\n\n* [vim-hue: colorful Vim config for all your SRE/DevOps needs](https://foolcontrol.org/?p=3051)\n\n### Donate\n\nSince I'm working on this project in free time, please consider supporting this project by making a donation of any amount!\n\n##### Become Github Sponsor\n\n[Become a sponsor to Adnan Hodzic on Github](https://github.com/sponsors/AdnanHodzic) to acknowledge my efforts and help project's further open source development.\n\n##### PayPal\n[![paypal](https://www.paypalobjects.com/en_US/NL/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=7AHCP5PU95S4Y\u0026item_name=Contribution+for+work+on+vim-hue\u0026currency_code=EUR\u0026source=url)\n\n##### BitCoin\n[bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87](bitcoin:bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87)\n\n[![bitcoin](https://foolcontrol.org/wp-content/uploads/2019/08/btc-donate-displaylink-debian.png)](bitcoin:bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanhodzic%2Fvim-hue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnanhodzic%2Fvim-hue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanhodzic%2Fvim-hue/lists"}