{"id":19210014,"url":"https://github.com/zencodex/vimconf-linux","last_synced_at":"2025-06-17T23:34:58.068Z","repository":{"id":27265325,"uuid":"30737962","full_name":"zencodex/vimconf-linux","owner":"zencodex","description":"基于spf13修改的vim配置，适用于linux，clone即可使用，简单方便。windows请使用vimconf-win, mac osx请使用maximum-awesome。","archived":false,"fork":false,"pushed_at":"2015-02-13T03:28:02.000Z","size":3784,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T07:27:37.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/zencodex.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}},"created_at":"2015-02-13T03:10:03.000Z","updated_at":"2020-01-20T12:43:45.000Z","dependencies_parsed_at":"2022-09-01T19:41:01.531Z","dependency_job_id":null,"html_url":"https://github.com/zencodex/vimconf-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zencodex/vimconf-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zencodex","download_url":"https://codeload.github.com/zencodex/vimconf-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fvimconf-linux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260457324,"owners_count":23012277,"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-11-09T13:33:55.412Z","updated_at":"2025-06-17T23:34:53.048Z","avatar_url":"https://github.com/zencodex.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 基于spf13修改的vim配置\n\n- 存储空间占用从110M减少到26M，.git只有11M，便于网络传输\n- 统一为一个仓储，去掉了git submodules的形式，方便小白用户\n- 根据自己开发语言需要可修改，修改.vimrc.bundles 中的 spf13_bundle_groups\n- 默认不带php语言的集成环境，因PIV太大，如果需要自己添加\n- 添加emmet，快速输入html代码的**禅学**\n\n### 两步安装\n\n    git clone https://github.com/zencodex/vimconf-linux.git ~/.spf13-vim-3\n    cd ~/.spf13-vim-3 \u0026\u0026 ./createlinks.sh\n\n---\n\n# the spf13 original readme\nspf13-vim is a distribution of vim plugins and resources for Vim, Gvim and [MacVim].\n\nIt is a good starting point for anyone intending to use VIM for development running equally well on Windows, Linux, \\*nix and Mac.\n\nThe distribution is completely customisable using a `~/.vimrc.local`, `~/.vimrc.bundles.local`, and `~/.vimrc.before.local` Vim RC files.\n\n![spf13-vim image][spf13-vim-img]\n\nUnlike traditional VIM plugin structure, which similar to UNIX throws all files into common directories, making updating or disabling plugins a real mess, spf13-vim 3 uses the [Vundle] plugin management system to have a well organized vim directory (Similar to mac's app folders). Vundle also ensures that the latest versions of your plugins are installed and makes it easy to keep them up to date.\n\nGreat care has been taken to ensure that each plugin plays nicely with others, and optional configuration has been provided for what we believe is the most efficient use.\n\nLastly (and perhaps, most importantly) It is completely cross platform. It works well on Windows, Linux and OSX without any modifications or additional configurations. If you are using [MacVim] or Gvim additional features are enabled. So regardless of your environment just clone and run.\n\n# spf13-vim 3.0\nJanuary 2012 spf13-vim released it's third major iteration. **This is important as it requires a reinstall**, but trust me it's worth it.\n\nThe biggest change is the switch from using git submodules to using the excellent [Vundle] system. While git submodules seemed like a good idea at the time, it wasn't. It was always problematic. Additionally because a submodule points to a refspec and not a branch, it was a constant maintenance nightmare to keep everything up to date.\n\n[Vundle] has an excellent system built on the same principles as Pathogen, but with an integrated plugin management system that is Git and Github aware.\n\nWe have also changed out most of the plugins in favor of newer more stable alternatives. Additionally we have significantly reduced the number of plugins requiring python or ruby.\n\nThe goal has always been to add functionality without changing all the features, functionality and keystrokes we all love. Using spf13-vim we've kept all the default behaviors (by and large), so if you ever find yourself on a vanilla environment you'll feel right at home.\n\n# Installation\n\n## Linux, \\*nix, Mac OSX Installation\n\nThe easiest way to install spf13-vim is to use our [automatic installer](https://j.mp/spf13-vim3) by simply copying and pasting the following line into a terminal. This will install spf13-vim and backup your existing vim configuration. If you are upgrading from a prior version (before 3.0) this is also the recommended installation.\n\n*Requires Git 1.7+ and Vim 7.3+*\n\n```bash\n\n    curl https://j.mp/spf13-vim3 -L \u003e spf13-vim.sh \u0026\u0026 sh spf13-vim.sh\n```\n\nIf you have a bash-compatible shell you can run the script directly:\n```bash\n\n    sh \u003c(curl https://j.mp/spf13-vim3 -L)\n```\n\n## Installing on Windows\n\nOn Windows and \\*nix [Git] and [Curl] are required. Also, if you haven't already, you'll need to install [Vim].\n\n### Installing dependencies\n\n#### Install [msysgit]\n\nAfter installation try running `git --version` within _command prompt_ (press Win-R,  type `cmd`, press Enter) to make sure all good:\n\n    C:\\\u003e git --version\n    git version 1.7.4.msysgit.0\n\n#### Setup [Curl]\n_Instructions blatently copied from vundle readme_\nInstalling Curl on Windows is easy as [Curl] is bundled with [msysgit]!\nBut before it can be used with [Vundle] it's required make `curl` run in _command prompt_.\nThe easiest way is to create `curl.cmd` with [this content](https://gist.github.com/912993)\n\n    @rem Do not use \"echo off\" to not affect any child calls.\n    @setlocal\n\n    @rem Get the abolute path to the parent directory, which is assumed to be the\n    @rem Git installation root.\n    @for /F \"delims=\" %%I in (\"%~dp0..\") do @set git_install_root=%%~fI\n    @set PATH=%git_install_root%\\bin;%git_install_root%\\mingw\\bin;%PATH%\n\n    @if not exist \"%HOME%\" @set HOME=%HOMEDRIVE%%HOMEPATH%\n    @if not exist \"%HOME%\" @set HOME=%USERPROFILE%\n\n    @curl.exe %*\n\n\nAnd copy it to `C:\\Program Files\\Git\\cmd\\curl.cmd`, assuming [msysgit] was installed to `c:\\Program Files\\Git`\n\nto verify all good, run:\n\n    C:\\\u003e curl --version\n    curl 7.21.1 (i686-pc-mingw32) libcurl/7.21.1 OpenSSL/0.9.8k zlib/1.2.3\n    Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp\n    Features: Largefile NTLM SSL SSPI libz\n\n\n#### Installing spf13-vim on Windows\n\nThe easiest way is to download and run the spf13-vim-windows-install.cmd file. Remember to run this file in **Administrator Mode** if you want the symlinks to be created successfully.\n\n## Updating to the latest version\nThe simpliest (and safest) way to update is to simply rerun the installer. It will completely and non destructively upgrade to the latest version.\n\n```bash\n\n    curl https://j.mp/spf13-vim3 -L -o - | sh\n\n```\n\nAlternatively you can manually perform the following steps. If anything has changed with the structure of the configuration you will need to create the appropriate symlinks.\n\n```bash\n    cd $HOME/to/spf13-vim/\n    git pull\n    vim +BundleInstall! +BundleClean +q\n```\n\n### Fork me on GitHub\n\nI'm always happy to take pull requests from others. A good number of people are already [contributors] to [spf13-vim]. Go ahead and fork me.\n\n# A highly optimized .vimrc config file\n\n![spf13-vimrc image][spf13-vimrc-img]\n\nThe .vimrc file is suited to programming. It is extremely well organized and folds in sections.\nEach section is labeled and each option is commented.\n\nIt fixes many of the inconveniences of vanilla vim including\n\n * A single config can be used across Windows, Mac and linux\n * Eliminates swap and backup files from littering directories, preferring to store in a central location.\n * Fixes common typos like :W, :Q, etc\n * Setup a solid set of settings for Formatting (change to meet your needs)\n * Setup the interface to take advantage of vim's features including\n   * omnicomplete\n   * line numbers\n   * syntax highlighting\n   * A better ruler \u0026 status line\n   * \u0026 more\n * Configuring included plugins\n\n## Customization\n\nCreate `~/.vimrc.local` and `~/.gvimrc.local` for any local\ncustomizations.\n\nFor example, to override the default color schemes:\n\n```bash\n    echo colorscheme ir_black  \u003e\u003e ~/.vimrc.local\n```\n\n### Before File\n\nCreate a `~/.vimrc.before.local` file to define any customizations\nthat get loaded *before* the spf13-vim `.vimrc`.\n\nFor example, to prevent autocd into a file directory:\n```bash\n    echo let g:spf13_no_autochdir = 1 \u003e\u003e ~/.vimrc.before.local\n```\nFor a list of available spf13-vim specific customization options, look at the `~/.vimrc.before` file.\n\n\n### Fork Customization\n\nThere is an additional tier of customization available to those who want to maintain a\nfork of spf13-vim specialized for a particular group. These users can create `.vimrc.fork`\nand `.vimrc.bundles.fork` files in the root of their fork.  The load order for the configuration is:\n\n1. `.vimrc.before.local` - before user configuration\n2. `.vimrc.before.fork` - fork before configuration\n3. `.vimrc.bundles.local` - local user bundle configuration\n4. `.vimrc.bundles.fork` - fork bundle configuration\n5. `.vimrc.bundles` - spf13-vim bundle configuration\n6. `.vimrc` - spf13-vim vim configuration\n7. `.vimrc.fork` - fork vim configuration\n8. `.vimrc.local` - local user configuration\n\nSee `.vimrc.bundles` for specifics on what options can be set to override bundle configuration. See `.vimrc.before` for specifics\non what options can be overridden. Most vim configuration options should be set in your `.vimrc.fork` file, bundle configuration\nneeds to be set in your `.vimrc.bundles.fork` file.\n\nYou may also want to update your `README.markdown` file so that the `bootstrap.sh` link points to your repository and your `bootstrap.sh`\nfile to pull down your fork.\n\nFor an example of a fork of spf13-vim that provides customization in this manner see [taxilian's fork](https://github.com/taxilian/spf13-vim).\n\n# Plugins\n\nspf13-vim contains a curated set of popular vim plugins, colors, snippets and syntaxes. Great care has been made to ensure that these plugins play well together and have optimal configuration.\n\n## Adding new plugins\n\nCreate `~/.vimrc.bundles.local` for any additional bundles.\n\nTo add a new bundle\n\n```bash\n    echo Bundle \\'spf13/vim-colors\\' \u003e\u003e ~/.vimrc.bundles.local\n```\n\n## Removing (disabling) an included plugin\n\nCreate `~/.vimrc.local` if it doesn't already exist.\n\nAdd the UnBundle command to this line. It takes the same input as the Bundle line, so simply copy the line you want to disable and add 'Un' to the beginning.\n\nFor example, disabling the 'AutoClose' and 'scrooloose/syntastic' plugins\n\n```bash\n    echo UnBundle \\'AutoClose\\' \u003e\u003e ~/.vimrc.local\n    echo UnBundle \\'scrooloose/syntastic\\' \u003e\u003e ~/.vimrc.local\n```\n\n**Remember to run ':BundleClean!' after this to remove the existing directories**\n\n\nHere are a few of the plugins:\n\n\n## [Undotree]\n\nIf you undo changes and then make a new change, in most editors the changes you undid are gone forever, as their undo-history is a simple list.\nSince version 7.0 vim uses an undo-tree instead. If you make a new change after undoing changes, a new branch is created in that tree.\nCombined with persistent undo, this is nearly as flexible and safe as git ;-)\n\nUndotree makes that feature more accessible by creating a visual representation of said undo-tree.\n\n**QuickStart** Launch using `\u003cLeader\u003eu`.\n\n## [NERDTree]\n\nNERDTree is a file explorer plugin that provides \"project drawer\"\nfunctionality to your vim editing.  You can learn more about it with\n:help NERDTree.\n\n**QuickStart** Launch using `\u003cLeader\u003ee`.\n\n**Customizations**:\n\n* Use `\u003cC-E\u003e` to toggle NERDTree\n* Use `\u003cleader\u003ee` or `\u003cleader\u003ent` to load NERDTreeFind which opens NERDTree where the current file is located.\n* Hide clutter ('\\.pyc', '\\.git', '\\.hg', '\\.svn', '\\.bzr')\n* Treat NERDTree more like a panel than a split.\n\n## [ctrlp]\nCtrlp replaces the Command-T plugin with a 100% viml plugin. It provides an intuitive and fast mechanism to load files from the file system (with regex and fuzzy find), from open buffers, and from recently used files.\n\n**QuickStart** Launch using `\u003cc-p\u003e`.\n\n## [Surround]\n\nThis plugin is a tool for dealing with pairs of \"surroundings.\"  Examples\nof surroundings include parentheses, quotes, and HTML tags.  They are\nclosely related to what Vim refers to as text-objects.  Provided\nare mappings to allow for removing, changing, and adding surroundings.\n\nDetails follow on the exact semantics, but first, consider the following\nexamples.  An asterisk (*) is used to denote the cursor position.\n\n      Old text                  Command     New text ~\n      \"Hello *world!\"           ds\"         Hello world!\n      [123+4*56]/2              cs])        (123+456)/2\n      \"Look ma, I'm *HTML!\"     cs\"\u003cq\u003e      \u003cq\u003eLook ma, I'm HTML!\u003c/q\u003e\n      if *x\u003e3 {                 ysW(        if ( x\u003e3 ) {\n      my $str = *whee!;         vllllS'     my $str = 'whee!';\n\nFor instance, if the cursor was inside `\"foo bar\"`, you could type\n`cs\"'` to convert the text to `'foo bar'`.\n\nThere's a lot more, check it out at `:help surround`\n\n## [NERDCommenter]\n\nNERDCommenter allows you to wrangle your code comments, regardless of\nfiletype. View `help :NERDCommenter` or checkout my post on [NERDCommenter](http://spf13.com/post/vim-plugins-nerd-commenter).\n\n**QuickStart** Toggle comments using `\u003cLeader\u003ec\u003cspace\u003e` in Visual or Normal mode.\n\n## [neocomplcache]\n\nNeoComplCache is an amazing autocomplete plugin with additional support for snippets. It can complete simulatiously from the dictionary, buffer, omnicomplete and snippets. This is the one true plugin that brings Vim autocomplete on par with the best editors.\n\n**QuickStart** Just start typing, it will autocomplete where possible\n\n**Customizations**:\n\n * Automatically present the autocomplete menu\n * Support tab and enter for autocomplete\n * `\u003cC-k\u003e` for completing snippets.\n\n![neocomplcache image][autocomplete-img]\n\n## [Syntastic]\n\nSyntastic is a syntax checking plugin that runs buffers through external syntax\ncheckers as they are saved and opened. If syntax errors are detected, the user\nis notified and is happy because they didn't have to compile their code or\nexecute their script to find them.\n\n## [AutoClose]\n\nAutoClose does what you expect. It's simple, if you open a bracket, paren, brace, quote,\netc, it automatically closes it. It handles curlys correctly and doesn't get in the\nway of double curlies for things like jinja and twig.\n\n## [Fugitive]\n\nFugitive adds pervasive git support to git directories in vim. For more\ninformation, use `:help fugitive`\n\nUse `:Gstatus` to view `git status` and type `-` on any file to stage or\nunstage it. Type `p` on a file to enter `git add -p` and stage specific\nhunks in the file.\n\nUse `:Gdiff` on an open file to see what changes have been made to that\nfile\n\n**QuickStart** `\u003cleader\u003egs` to bring up git status\n\n**Customizations**:\n\n * `\u003cleader\u003egs` :Gstatus\u003cCR\u003e\n * `\u003cleader\u003egd` :Gdiff\u003cCR\u003e\n * `\u003cleader\u003egc` :Gcommit\u003cCR\u003e\n * `\u003cleader\u003egb` :Gblame\u003cCR\u003e\n * `\u003cleader\u003egl` :Glog\u003cCR\u003e\n * `\u003cleader\u003egp` :Git push\u003cCR\u003e\n * `\u003cleader\u003egw` :Gwrite\u003cCR\u003e\n * :Git ___ will pass anything along to git.\n\n![fugitive image][fugitive-img]\n\n## [PIV]\n\nThe most feature complete and up to date PHP Integration for Vim with proper support for PHP 5.3+ including latest syntax, functions, better fold support, etc.\n\nPIV provides:\n\n * PHP 5.3 support\n * Auto generation of PHP Doc (,pd on (function, variable, class) definition line)\n * Autocomplete of classes, functions, variables, constants and language keywords\n * Better indenting\n * Full PHP documentation manual (hit K on any function for full docs)\n\n![php vim itegration image][phpmanual-img]\n\n## Ack.vim\n\nAck.vim uses ack to search inside the current directory for a pattern.\nYou can learn more about it with :help Ack\n\n**QuickStart** :Ack\n\n## [Tabularize]\n\nTabularize lets you align statements on their equal signs and other characters\n\n**Customizations**:\n\n * `\u003cLeader\u003ea= :Tabularize /=\u003cCR\u003e`\n * `\u003cLeader\u003ea: :Tabularize /:\u003cCR\u003e`\n * `\u003cLeader\u003ea:: :Tabularize /:\\zs\u003cCR\u003e`\n * `\u003cLeader\u003ea, :Tabularize /,\u003cCR\u003e`\n * `\u003cLeader\u003ea\u003cBar\u003e :Tabularize /\u003cBar\u003e\u003cCR\u003e`\n\n## [Tagbar]\n\nspf13-vim includes the Tagbar plugin. This plugin requires exuberant-ctags and will automatically generate tags for your open files. It also provides a panel to navigate easily via tags\n\n**QuickStart** `CTRL-]` while the cursor is on a keyword (such as a function name) to jump to it's definition.\n\n**Customizations**: spf13-vim binds `\u003cLeader\u003ett` to toggle the tagbar panel\n\n![tagbar image][tagbar-img]\n\n**Note**: For full language support, run `brew install ctags` to install\nexuberant-ctags.\n\n**Tip**: Check out `:help ctags` for information about VIM's built-in\nctag support. Tag navigation creates a stack which can traversed via\n`Ctrl-]` (to find the source of a token) and `Ctrl-T` (to jump back up\none level).\n\n## [EasyMotion]\n\nEasyMotion provides an interactive way to use motions in Vim.\n\nIt quickly maps each possible jump destination to a key allowing very fast and\nstraightforward movement.\n\n**QuickStart** EasyMotion is triggered using the normal movements, but prefixing them with `\u003cleader\u003e\u003cleader\u003e`\n\nFor example this screen shot demonstrates pressing `,,w`\n\n![easymotion image][easymotion-img]\n\n## [Airline]\n\nAirline provides a lightweight themable statusline with no external dependencies. By default this configuration uses the symbols `‹` and `›` as separators for different statusline sections but can be configured to use the same symbols as [Powerline]. An example first without and then with powerline symbols is shown here:\n\n![airline image][airline-img]\n\nTo enable powerline symbols first install one of the [Powerline Fonts] or patch your favorite font using the provided instructions. Configure your terminal, MacVim, or Gvim to use the desired font. Finally add `let g:airline_powerline_fonts=1` to your `.vimrc.before.local`.\n\n## Additional Syntaxes\n\nspf13-vim ships with a few additional syntaxes:\n\n* Markdown (bound to \\*.markdown, \\*.md, and \\*.mk)\n* Twig\n* Git commits (set your `EDITOR` to `mvim -f`)\n\n## Amazing Colors\n\nspf13-vim includes [solarized] and [spf13 vim color pack](https://github.com/spf13/vim-colors/):\n\n* ir_black\n* molokai\n* peaksea\n\nUse `:color molokai` to switch to a color scheme.\n\nTerminal Vim users will benefit from solarizing their terminal emulators and setting solarized support to 16 colors:\n\n    let g:solarized_termcolors=16\n    color solarized\n\nTerminal emulator colorschemes:\n\n* http://ethanschoonover.com/solarized (iTerm2, Terminal.app)\n* https://github.com/phiggins/konsole-colors-solarized (KDE Konsole)\n* https://github.com/sigurdga/gnome-terminal-colors-solarized (Gnome Terminal)\n\n## Snippets\n\nIt also contains a very complete set of [snippets](https://github.com/spf13/snipmate-snippets) for use with snipmate or [NeoComplCache].\n\n\n# Intro to VIM\n\nHere's some tips if you've never used VIM before:\n\n## Tutorials\n\n* Type `vimtutor` into a shell to go through a brief interactive\n  tutorial inside VIM.\n* Read the slides at [VIM: Walking Without Crutches](https://walking-without-crutches.heroku.com/#1).\n\n## Modes\n\n* VIM has two (common) modes:\n  * insert mode- stuff you type is added to the buffer\n  * normal mode- keys you hit are interpreted as commands\n* To enter insert mode, hit `i`\n* To exit insert mode, hit `\u003cESC\u003e`\n\n## Useful commands\n\n* Use `:q` to exit vim\n* Certain commands are prefixed with a `\u003cLeader\u003e` key, which by default maps to `\\`.\n  Spf13-vim uses `let mapleader = \",\"` to change this to `,` which is in a consistent and\n  convenient location.\n* Keyboard [cheat sheet](https://walking-without-crutches.heroku.com/image/images/vi-vim-cheat-sheet.png).\n\n[Git]:http://git-scm.com\n[Curl]:http://curl.haxx.se\n[Vim]:http://www.vim.org/download.php#pc\n[msysgit]:http://code.google.com/p/msysgit\n[MacVim]:http://code.google.com/p/macvim/\n[spf13-vim]:https://github.com/spf13/spf13-vim\n[contributors]:https://github.com/spf13/spf13-vim/contributors\n\n[Vundle]:https://github.com/gmarik/vundle\n[PIV]:https://github.com/spf13/PIV\n[NERDCommenter]:https://github.com/scrooloose/nerdcommenter\n[Undotree]:https://github.com/mbbill/undotree\n[NERDTree]:https://github.com/scrooloose/nerdtree\n[ctrlp]:https://github.com/kien/ctrlp.vim\n[solarized]:https://github.com/altercation/vim-colors-solarized\n[neocomplcache]:https://github.com/shougo/neocomplcache\n[Fugitive]:https://github.com/tpope/vim-fugitive\n[Surround]:https://github.com/tpope/vim-surround\n[Tagbar]:https://github.com/majutsushi/tagbar\n[Syntastic]:https://github.com/scrooloose/syntastic\n[vim-easymotion]:https://github.com/Lokaltog/vim-easymotion\n[Matchit]:http://www.vim.org/scripts/script.php?script_id=39\n[Tabularize]:https://github.com/godlygeek/tabular\n[EasyMotion]:https://github.com/Lokaltog/vim-easymotion\n[Airline]:https://github.com/bling/vim-airline\n[Powerline]:https://github.com/lokaltog/powerline\n[Powerline Fonts]:https://github.com/Lokaltog/powerline-fonts\n\n[spf13-vim-img]:https://i.imgur.com/UKToY.png\n[spf13-vimrc-img]:https://i.imgur.com/kZWj1.png\n[autocomplete-img]:https://i.imgur.com/90Gg7.png\n[tagbar-img]:https://i.imgur.com/cjbrC.png\n[fugitive-img]:https://i.imgur.com/4NrxV.png\n[nerdtree-img]:https://i.imgur.com/9xIfu.png\n[phpmanual-img]:https://i.imgur.com/c0GGP.png\n[easymotion-img]:https://i.imgur.com/ZsrVL.png\n[airline-img]:https://i.imgur.com/D4ZYADr.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fvimconf-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzencodex%2Fvimconf-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fvimconf-linux/lists"}