{"id":16840752,"url":"https://github.com/nfischer/vim-potigol","last_synced_at":"2025-04-11T05:51:10.046Z","repository":{"id":54439746,"uuid":"59067384","full_name":"nfischer/vim-potigol","owner":"nfischer","description":"Vim runtime files for the Potigol programming language 🦐","archived":false,"fork":false,"pushed_at":"2024-06-23T01:06:36.000Z","size":8,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T03:51:11.336Z","etag":null,"topics":["language","potigol","vim","vim-syntax"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfischer.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":"2016-05-17T23:54:47.000Z","updated_at":"2023-11-12T13:47:09.000Z","dependencies_parsed_at":"2025-02-18T20:34:40.439Z","dependency_job_id":null,"html_url":"https://github.com/nfischer/vim-potigol","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/nfischer%2Fvim-potigol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Fvim-potigol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Fvim-potigol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfischer%2Fvim-potigol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfischer","download_url":"https://codeload.github.com/nfischer/vim-potigol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351425,"owners_count":21089271,"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":["language","potigol","vim","vim-syntax"],"created_at":"2024-10-13T12:37:57.165Z","updated_at":"2025-04-11T05:51:10.023Z","avatar_url":"https://github.com/nfischer.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-potigol\n\nVim runtime files for the programming language [potigol](http://potigol.github.io)\n\n## What's potigol?\n\nA programming language based on Portuguese keywords.\n\n## Why?\n\nIt's a shame that most programming languages are based on English keywords\n(i.e. `if`, `else`, `function`, etc.). I found this language and wanted to\nexperiment with it a bit.\n\nFor me, it's difficult to type some of the Portuguese words, and I make lots of\nmistakes. This plugin provides helpful shortcuts and syntax highlighting to help\nme get my code looking the way I want quickly.\n\n## Installation\n\n### Using [vim-plug](https://github.com/junegunn/vim-plug) (recommended)\n\nPut the following lines in your `vimrc` file:\n\n```Vim\nPlug 'nfischer/vim-potigol' \" inside your vim-plug section\n\nsyntax on \" after your vim-plug section\nset background=dark \" recommended for terminals with a dark background\n```\n\n## Shortcuts for non-English words\n\n### Don't want these shortcuts?\n\nPut this in your `vimrc` to disable them:\n\n```viml\nlet g:potigol_abbreviations = 0\n```\n\n| Type this... | To get this... |\n|--------------|----------------|\n| faca | faça |\n| entao | então |\n| ate | até |\n| senao | senão |\n| senaose | senãose |\n| aleatorio | aleatório |\n| posicao | posição |\n| contem | contém |\n| maiusculo | maiúsculo |\n| minusculo | minúsculo |\n| cabeca | cabeça |\n| ultimo | último |\n| imutavel | imutável |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfischer%2Fvim-potigol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfischer%2Fvim-potigol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfischer%2Fvim-potigol/lists"}