{"id":16130584,"url":"https://github.com/rodjek/vim-puppet","last_synced_at":"2025-04-06T14:17:38.024Z","repository":{"id":1262390,"uuid":"1201288","full_name":"rodjek/vim-puppet","owner":"rodjek","description":"Puppet niceties for your Vim setup","archived":false,"fork":false,"pushed_at":"2024-09-15T20:30:38.000Z","size":203,"stargazers_count":501,"open_issues_count":8,"forks_count":136,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-02-12T20:22:12.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodjek.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}},"created_at":"2010-12-27T20:07:55.000Z","updated_at":"2025-01-09T17:03:28.000Z","dependencies_parsed_at":"2024-09-14T16:14:17.879Z","dependency_job_id":"27ed8bc2-5257-4fe4-8230-31621af5a8f6","html_url":"https://github.com/rodjek/vim-puppet","commit_stats":{"total_commits":135,"total_committers":42,"mean_commits":"3.2142857142857144","dds":0.6592592592592592,"last_synced_commit":"81943d532dee24f8518f855dfb17160809abfdfb"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodjek%2Fvim-puppet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodjek%2Fvim-puppet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodjek%2Fvim-puppet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodjek%2Fvim-puppet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodjek","download_url":"https://codeload.github.com/rodjek/vim-puppet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492549,"owners_count":20947545,"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":[],"created_at":"2024-10-09T22:16:52.033Z","updated_at":"2025-04-06T14:17:38.001Z","avatar_url":"https://github.com/rodjek.png","language":"Vim Script","readme":"vim-puppet\n==========\n\n[![Build\nStatus](https://secure.travis-ci.org/rodjek/vim-puppet.png)](http://travis-ci.org/rodjek/vim-puppet)\n\nMake vim more Puppet friendly!\n\nProvides\n--------\n\n* Formatting based on the latest Puppetlabs Style Guide\n* Syntax highlighting compatible with puppet 4.x\n  * by default, highlights errors: mixing spaces and tabs and bad names. If you\n    don't want this highlighting, add `let g:puppet_display_errors = 0` to your\n    vimrc.\n* Automatic =\u003e alignment\n  * If you don't like that, add `let g:puppet_align_hashes = 0` to your vimrc.\n* Ctags support\n  * gutentags integration\n    * You can enable loading tags with gutentags by setting\n      `g:gutentags_dont_load = 1` in your vimrc\n* Doesn't require a bloated JRE\n* Doesn't take minutes to open\n\nAdditional useful plugins\n-------------------------\n\n* [vim-yardoc](https://github.com/noprompt/vim-yardoc) Syntax coloration for\n  YARD tags and directives. It can also colorize the tags and directives in\n  puppet files.\n* [syntastic](https://github.com/scrooloose/syntastic) plugin for automatic\n   syntax checking while in vim.\n* [vim-snippets](https://github.com/honza/vim-snippets) is a library of\n  snippets for multiple languages, including Puppet. Works with both\n  [snipmate](https://github.com/garbas/vim-snipmate) and\n  [ultisnips](https://github.com/SirVer/ultisnips).\n* [Tagbar](https://github.com/majutsushi/tagbar) plugin for Ctags support.\n\nInstallation\n------------\n\nWith [Vim 8 packages](http://vimhelp.appspot.com/repeat.txt.html#packages):\n\n    git clone https://github.com/rodjek/vim-puppet.git ~/.vim/pack/plugins/start/vim-puppet\n\nWith [Pathogen](https://github.com/tpope/vim-pathogen):\n\nIf you're using [pathogen](https://github.com/tpope/vim-pathogen) to manage\nyour vim modules (and if you're not, why aren't you), you can simply add this\nas a submodule in your `~/.vim/bundle/` directory.\n\nMy entire home directory is a git repository, so for me it's simply a case of\n\n    git submodule add -f git://github.com/rodjek/vim-puppet.git .vim/bundle/puppet\n\nIf you're not using pathogen, you can just manually place the files in the\nappropriate places under `~/.vim/`\n\nWith [Plug](https://github.com/junegunn/vim-plug)\n\nIn your ~/.vimrc (or stdpath('config') . '/init.vim' for Neovim)\n\n    call plug#begin()\n      rodjek/vim-puppet\n    call plug#end()\n\nTesting\n-------\n\nTesting is based on vader.vim testing framework, see:\n\u003chttps://github.com/junegunn/vader.vim\u003e . To run full test suit use\n`./test/run-tests.sh`, this will also download vader.vim plugin to project's\nfolder.\n","funding_links":[],"categories":["IDE tools"],"sub_categories":["News"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodjek%2Fvim-puppet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodjek%2Fvim-puppet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodjek%2Fvim-puppet/lists"}