{"id":21396760,"url":"https://github.com/curs3w4ll/vim_limit_colums","last_synced_at":"2026-05-20T19:32:51.935Z","repository":{"id":137606474,"uuid":"373431834","full_name":"Curs3W4ll/vim_limit_colums","owner":"Curs3W4ll","description":"A litle vim plugin to show you if your exceeding a certains colums number in your code","archived":false,"fork":false,"pushed_at":"2021-06-03T11:04:12.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T02:12:04.338Z","etag":null,"topics":["epitech","nvim","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":null,"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/Curs3W4ll.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":"2021-06-03T08:16:15.000Z","updated_at":"2023-03-08T15:20:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"40f0f0b0-5e4c-4f03-a6ff-d1de8351f1d7","html_url":"https://github.com/Curs3W4ll/vim_limit_colums","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/Curs3W4ll%2Fvim_limit_colums","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Curs3W4ll%2Fvim_limit_colums/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Curs3W4ll%2Fvim_limit_colums/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Curs3W4ll%2Fvim_limit_colums/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Curs3W4ll","download_url":"https://codeload.github.com/Curs3W4ll/vim_limit_colums/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885888,"owners_count":20363644,"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":["epitech","nvim","vim","vim-plugin"],"created_at":"2024-11-22T14:28:54.404Z","updated_at":"2026-05-20T19:32:51.901Z","avatar_url":"https://github.com/Curs3W4ll.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim_limit_colums\n===\nThis vim plugin allow you to show if your exceed the 80 columns for Epitech\n\n![Plugin example](img/example.gif)\n\n## Installation\nThere is a lot of way to install this plugin:\n\n1.  If you use [VimPlug](https://github.com/junegunn/vim-plug) you can add:\n    ```vim\n    Plug 'Curs3W4ll/vim_limit_colums'\n    ```\n    to your `.vimrc` file and run:\n    ```vim\n    :PlugInstall\n    ```\n2.  Or if you use [Vundle](https://github.com/gmarik/Vundle.vim) you can add:\n    ```vim\n    Plugin 'Curs3W4ll/vim_limit_colums'\n    ```\n    to your `.vimrc` file and run:\n    ```vim\n    :PluginInstall\n    ```\n3.  And if you're using [Pathogen](https://github.com/tpope/vim-pathogen), you can just run the following command:\n    ```\n    git clone https://github.com/Curs3W4ll/vim_limit_colums ~/.vim/bundle\n    ```\n4.  If you're not using any of this methods you can copy its content into ~/.vim/,\n    But it's highly recommended to use one of the abov methods\n\n## Usage\nExceeds is highlighting by default with red color\n\n *  To set a custom highlight color, just call:\n    ```vim\n    let g:limit_columns_ctermcolor='\u003cdesired_color\u003e'\n    ```\n    Or, for gui color:\n    ```vim\n    let g:limit_columns_guicolor='\u003cdesired_color\u003e'\n    ```\n\n *  To enable/disable/toggle limitcolumns in a buffer call the following commands:\n    ```vim\n    :EnableLimitColumns\n    :DisableLimitColumns\n    :ToggleLimitColumns\n    ```\n# Contribute\nIf you want new features feel free to submit your work or tell me what you want I do.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurs3w4ll%2Fvim_limit_colums","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurs3w4ll%2Fvim_limit_colums","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurs3w4ll%2Fvim_limit_colums/lists"}