{"id":15508219,"url":"https://github.com/jponge/vim-golo","last_synced_at":"2026-03-03T00:38:03.778Z","repository":{"id":6314225,"uuid":"7549156","full_name":"jponge/vim-golo","owner":"jponge","description":"Golo Vim syntax","archived":false,"fork":false,"pushed_at":"2018-03-23T20:11:32.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-20T22:24:41.451Z","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":"adobe/brackets-app","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jponge.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}},"created_at":"2013-01-10T21:39:28.000Z","updated_at":"2020-06-26T19:03:01.000Z","dependencies_parsed_at":"2022-07-08T10:23:23.616Z","dependency_job_id":null,"html_url":"https://github.com/jponge/vim-golo","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/jponge%2Fvim-golo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvim-golo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvim-golo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jponge%2Fvim-golo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jponge","download_url":"https://codeload.github.com/jponge/vim-golo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240645844,"owners_count":19834493,"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-02T09:36:33.231Z","updated_at":"2026-03-03T00:37:58.747Z","avatar_url":"https://github.com/jponge.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golo Vim plugin\n\nThis bundle adds a basic syntax support for the [Golo programming language](http://golo-lang.org/), \nas well as some default customisations and plugins configurations.\n\nInstall using [Plug](https://github.com/junegunn/vim-plug):\n```\nPlug 'jponge/vim-golo'\n```\n\nIt works best when used in combination with [Pathogen](https://github.com/tpope/vim-pathogen):\n\n    cd ~/.vim/bundle\n    git clone git://github.com/jponge/vim-golo.git\n\nIf you're using Vim without Pathogen:\n\n- On a Unix derivative operating system:\n\n    - Copy [`syntax/golo.vim`](https://raw.github.com/jponge/vim-golo/master/syntax/golo.vim) to `~/.vim/syntax/golo.vim` \n    - Copy [`ftdetect/golo.vim`](https://raw.github.com/jponge/vim-golo/master/ftdetect/golo.vim) to `~/.vim/ftdetect/golo.vim`\n    - Copy [`indent/golo.vim`](https://raw.github.com/jponge/vim-golo/master/indent/golo.vim) to `~/.vim/indent/golo.vim`\n    - Copy [`compiler/golo.vim`](https://raw.github.com/jponge/vim-golo/master/compiler/golo.vim) to `~/.vim/compiler/golo.vim`\n    - Copy [`ftplugin/golo.vim`](https://raw.github.com/jponge/vim-golo/master/ftplugin/golo.vim) to `~/.vim/ftplugin/golo.vim`\n    - If you use the Snipmate plugin, \n      copy [`snippets/golo.snippets`](https://raw.github.com/jponge/vim-golo/master/snippets/golo.snippets) to its `snippets` directory\n    - If you use the syntastic plugin\n      copy [`syntax_checkers/golo/golo.vim`](https://raw.github.com/jponge/vim-golo/master/syntax_checkers/golo/golo.vim) to its `syntax_checkers/golo` directory\n\n- On Windows:\n\n    - Copy [`syntax/golo.vim`](https://raw.github.com/jponge/vim-golo/master/syntax/golo.vim) to `$HOME/vimfiles/syntax/golo.vim` \n    - Copy [`ftdetect/golo.vim`](https://raw.github.com/jponge/vim-golo/master/ftdetect/golo.vim) to `$HOME/vimfiles/ftdetect/golo.vim`\n    - Copy [`indent/golo.vim`](https://raw.github.com/jponge/vim-golo/master/indent/golo.vim) to `$HOME/vimfiles/indent/golo.vim`\n    - Copy [`compiler/golo.vim`](https://raw.github.com/jponge/vim-golo/master/compiler/golo.vim) to `$HOME/vimfiles/compiler/golo.vim`\n    - Copy [`ftplugin/golo.vim`](https://raw.github.com/jponge/vim-golo/master/ftplugin/golo.vim) to `$HOME/vimfiles/ftplugin/golo.vim`\n    - If you use the Snipmate plugin, \n      copy [`snippets/golo.snippets`](https://raw.github.com/jponge/vim-golo/master/snippets/golo.snippets) to its `snippets` directory\n    - If you use the syntastic plugin\n      copy [`syntax_checkers/golo/golo.vim`](https://raw.github.com/jponge/vim-golo/master/syntax_checkers/golo/golo.vim) to its `syntax_checkers/golo` directory\n\nYou can see value of `$HOME` by entering the following command in Vim : `:echo $HOME`.\n\n\n## Status\n\nThe current form brings basic syntax highlighting in Vim, which is already better than monochrome text.\n\nThe Tagbar plugin configuration in `ftplugin/golo.vim` needs a Golo version that can generate ctags.\n\nI am no Vim tuning expert, so feel-free to contribute improvements! **(pull requests only)**\n\n## Legalese\n\nCopyright (C) 2013 Julien Ponge.\n\nThis Vim bundle is published under a MIT-style license: see the `LICENSE` file.\n\n### Contributors\n\n- [Philippe Charrière](http://www.k33g.org)\n- [Yannick Loiseau](http://yloiseau.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Fvim-golo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjponge%2Fvim-golo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjponge%2Fvim-golo/lists"}