{"id":15288877,"url":"https://github.com/sgur/vim-editorconfig","last_synced_at":"2025-10-07T03:30:44.840Z","repository":{"id":34642203,"uuid":"38600161","full_name":"sgur/vim-editorconfig","owner":"sgur","description":"Yet another EditorConfig (http://editorconfig.org) plugin for vim written in vimscript only","archived":true,"fork":false,"pushed_at":"2020-03-19T00:17:39.000Z","size":78,"stargazers_count":184,"open_issues_count":5,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-23T08:45:08.152Z","etag":null,"topics":["editorconfig","vim"],"latest_commit_sha":null,"homepage":null,"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/sgur.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":"2015-07-06T05:55:44.000Z","updated_at":"2025-05-16T15:27:35.000Z","dependencies_parsed_at":"2022-09-14T17:53:34.785Z","dependency_job_id":null,"html_url":"https://github.com/sgur/vim-editorconfig","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sgur/vim-editorconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgur%2Fvim-editorconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgur%2Fvim-editorconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgur%2Fvim-editorconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgur%2Fvim-editorconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgur","download_url":"https://codeload.github.com/sgur/vim-editorconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgur%2Fvim-editorconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278715508,"owners_count":26033296,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["editorconfig","vim"],"created_at":"2024-09-30T15:54:11.241Z","updated_at":"2025-10-07T03:30:44.544Z","avatar_url":"https://github.com/sgur.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-editorconfig\r\n\r\nYet another Vim plugin for [EditorConfig](http://editorconfig.org)\r\n\r\n## **Importants**\r\n\r\n- [editorconfig/editorconfig-vim](https://github.com/editorconfig/editorconfig-vim)\r\n\r\nThe official [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim)\r\nhas no external dependencies. It doesn't require `if_python` interface anymore.\r\n\r\nSee [#119](https://github.com/editorconfig/editorconfig-vim/pull/119) for details.\r\n\r\n## Description\r\n\r\n### Supported Properties\r\n\r\n- `charset`\r\n- `end_of_line`\r\n- `indent_size`\r\n- `indent_style`\r\n- `insert_final_newline`\r\n- `max_line_length`\r\n- `root`\r\n- `tab_width`\r\n- `trim_trailing_whitespace`\r\n\r\nProperties below are enabled only in this plugin:\r\n\r\n- `c_include_path`\r\n- `spell_language`\r\n\r\nUsage\r\n-----\r\n\r\n 1. Install the plugin\r\n 2. Locate `.editorconfig`\r\n 3. Edit some files\r\n\r\nOptions\r\n-------\r\n\r\n### g:editorconfig\\_blacklist\r\n\r\nExclude regexp patterns for filetypes or filepaths\r\n\r\n```vim\r\nlet g:editorconfig_blacklist = {\r\n    \\ 'filetype': ['git.*', 'fugitive'],\r\n    \\ 'pattern': ['\\.un~$']}\r\n```\r\n\r\n### g:editorconfig\\_root\\_chdir\r\n\r\nAutomatically `:lcd` If `root = true` exists in `.editorconfig`.\r\n\r\n### g:editorconfig\\_verbose\r\n\r\nShow verbose messages\r\n\r\n```vim\r\nlet g:editorconfig_verbose = 1 \" 0 by default\r\n```\r\n\r\nInstall\r\n-------\r\n\r\nUse your favorite plugin manager.\r\n\r\nLicense\r\n-------\r\n\r\nMIT License\r\n\r\nAuthor\r\n------\r\n\r\nsgur\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgur%2Fvim-editorconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgur%2Fvim-editorconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgur%2Fvim-editorconfig/lists"}