{"id":28398601,"url":"https://github.com/faktiva/vim-config","last_synced_at":"2025-09-21T01:40:37.922Z","repository":{"id":35240271,"uuid":"39499770","full_name":"faktiva/vim-config","owner":"faktiva","description":"A set of pre-configured VIM plugins that makes devs, devops and sysadmins life happier","archived":false,"fork":false,"pushed_at":"2025-03-27T09:01:51.000Z","size":184,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T18:44:18.355Z","etag":null,"topics":["developer-experience","development-environment","editor-plugin","vim","vim-colors","vim-configs","vim-configuration","vim-plugins","vimrc","vimrc-settings"],"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/faktiva.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":"2015-07-22T10:19:53.000Z","updated_at":"2025-04-09T10:10:30.000Z","dependencies_parsed_at":"2023-02-14T18:32:05.535Z","dependency_job_id":"47300d23-d882-4628-8db9-a474690f0416","html_url":"https://github.com/faktiva/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faktiva/vim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faktiva%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faktiva%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faktiva%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faktiva%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faktiva","download_url":"https://codeload.github.com/faktiva/vim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faktiva%2Fvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276183707,"owners_count":25599224,"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-09-20T02:00:10.207Z","response_time":63,"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":["developer-experience","development-environment","editor-plugin","vim","vim-colors","vim-configs","vim-configuration","vim-plugins","vimrc","vimrc-settings"],"created_at":"2025-06-01T05:38:49.388Z","updated_at":"2025-09-21T01:40:37.880Z","avatar_url":"https://github.com/faktiva.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `vim` configuration for enhanced _WebDevs_ / _SysAdmins_\n\nAn _**easy to deploy**_ set of pre-configured `VIM` plugins and configurations targeted to make Web Developers and System Administrators more happy ;)\n\n## Installation:\n\n- clone the repo into **your home `.vim`** directory\n\n    ```Shell\n    git clone https://github.com/faktiva/vim-config.git ~/.vim \u0026\u0026 cd ~/.vim ; git submodule update --init\n    ```\n\n- insert the following in your `.vimrc`:\n\n    ```VimL\n    \" Source all settings\n    if filereadable(glob(\"~/.vim/vimrc.local\"))\n        source ~/.vim/vimrc.local\n    endif\n\n    \" Invert paste when \\p or \u003cF3\u003e is pressed\n    :nnoremap \u003cleader\u003ep :set invpaste\u003cCR\u003e\n    :nnoremap \u003cF3\u003e :set invpaste\u003cCR\u003e\n    ```\n\n## Features\n\nThe following plugins are installed and configured:\n\n### Color Schemes\n\n- [Darcula](https://github.com/blueshirts/darcula)\n- [Molokai](https://github.com/tomasr/molokai) _(used by default)_\n- [Solarized](https://github.com/altercation/vim-colors-solarized)\n\n### Vim enhancers\n\n- **[Better Whitespace](https://github.com/ntpeters/vim-better-whitespace)**\n- [CSS colors](https://github.com/ap/vim-css-color)\n- [Editorconfig](https://github.com/editorconfig/editorconfig-vim) _[add Editorconfig support](http://editorconfig.org/)_\n- **[GIT.vim](https://github.com/motemen/git-vim) _(GIT integration)_**\n- [Indent Guides](https://github.com/nathanaelkane/vim-indent-guides)\n- **[NERDTree](https://github.com/scrooloose/nerdtree) _(Directory tree explorer)_**\n- [Pathogen](https://github.com/tpope/vim-pathogen) _(Vim plugin manager)_\n- [PHP CS Fixer](https://github.com/stephpy/vim-php-cs-fixer) _(integrate [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer))_\n- [PHP-Doc](https://github.com/Rican7/php-doc-modded)\n- **[PHP manual](https://github.com/alvan/vim-php-manual)**\n- **[Sparkup](https://github.com/rstacruz/sparkup) _(write HTML code faster)_**\n- **[Terraform](https://github.com/hashivim/vim-terraform) _(adds a `:Terraform` command that runs terraform, with tab completion of subcommands)_**\n- **[UltiSnips](https://github.com/SirVer/ultisnips)** _(the power of snippets in vim; not loaded if py3 is not available)_\n- [Vim-Symfony](https://github.com/docteurklein/vim-symfony)\n- [Web Indent](https://github.com/vim-scripts/JavaScript-Indent) _(Javascript and HTML indenter)_\n\n### Enhanced Syntax highlight\n\n- **[Ansible](https://github.com/pearofducks/ansible-vim.git) _(syntax for Ansible 2.x, it supports YAML playbooks, Jinja2 templates, and hosts files)_**\n- **[API Blueprint](https://github.com/kylef/apiblueprint.vim.git)**\n- **[CSS](https://github.com/JulesWang/css.vim)**\n- [Elixir](https://github.com/elixir-editors/vim-elixir)\n- **[HTML5](https://github.com/othree/html5.vim)**\n- **[Javascript](https://github.com/pangloss/vim-javascript)**\n- **[JSON](https://github.com/elzr/vim-json)**\n- [JSX](https://github.com/mxw/vim-jsx.git)\n- [Markdown](https://github.com/tpope/vim-markdown)\n- [NGINX](https://github.com/chr4/nginx.vim.git)\n- **[PHP](https://github.com/StanAngeloff/php.vim)**\n- [Python](https://github.com/mitsuhiko/vim-python-combined)\n- [Puppet](https://github.com/puppetlabs/puppet-syntax-vim.git)\n- **[Router OS](https://github.com/faktiva/vim-config/blob/master/ftplugin/rsc.vim)** (`.rsc`)\n- **[Terraform](https://github.com/hashivim/vim-terraform)** (`*.tf`, `*.tfvars`, and `*.tfstate`)\n- **[TWIG](https://github.com/lumiliet/vim-twig)**\n- [XSL](https://github.com/vim-scripts/XSLT-syntax)\n- **[YAML](https://github.com/stephpy/vim-yaml)**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaktiva%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaktiva%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaktiva%2Fvim-config/lists"}