{"id":13487268,"url":"https://github.com/Lokaltog/vim-powerline","last_synced_at":"2025-03-27T21:32:19.955Z","repository":{"id":1877712,"uuid":"2803190","full_name":"Lokaltog/vim-powerline","owner":"Lokaltog","description":"Moved to powerline/powerline.","archived":true,"fork":false,"pushed_at":"2013-01-22T07:14:05.000Z","size":2177,"stargazers_count":2861,"open_issues_count":46,"forks_count":373,"subscribers_count":117,"default_branch":"develop","last_synced_at":"2024-10-30T22:40:00.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/powerline/powerline","language":"VimL","has_issues":false,"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/Lokaltog.png","metadata":{"files":{"readme":"README.rst","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":"2011-11-18T14:52:26.000Z","updated_at":"2024-10-25T16:10:37.000Z","dependencies_parsed_at":"2022-08-02T16:16:03.431Z","dependency_job_id":null,"html_url":"https://github.com/Lokaltog/vim-powerline","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/Lokaltog%2Fvim-powerline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokaltog%2Fvim-powerline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokaltog%2Fvim-powerline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lokaltog%2Fvim-powerline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lokaltog","download_url":"https://codeload.github.com/Lokaltog/vim-powerline/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245927418,"owners_count":20695229,"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-07-31T18:00:57.220Z","updated_at":"2025-03-27T21:32:19.480Z","avatar_url":"https://github.com/Lokaltog.png","language":"VimL","funding_links":[],"categories":["Alternative Engines","Others","VimL"],"sub_categories":[],"readme":"===================\nDEPRECATION WARNING\n===================\n\nPlugin is currently in maintenance mode, no feature requests will be accepted.\nVim-powerline will be deprecated in favour of https://github.com/Lokaltog/powerline once it is ready.\n\n=================\nPowerline for vim\n=================\n\n:Author: Kim Silkebækken (kim.silkebaekken+vim@gmail.com)\n:Source: https://github.com/Lokaltog/vim-powerline\n:Version: β\n\nIntroduction\n------------\n\nPowerline is a utility plugin which allows you to create better-looking, \nmore functional vim statuslines. See the screenshots below for \na demonstration of the plugin's capabilities.\n\nIt's recommended that you install the plugin using Pathogen_ or Vundle_.  \nAfter the plugin is installed update your help tags and see ``:help \nPowerline`` for instructions on how to enable and configure the plugin.\n\nSee the `Troubleshooting`_ section below if you're having any issues with \nthe plugin or the font patcher.\n\n**Note:** You need a patched font to be able to use the symbols in the \nstatusline. An experimental Python/fontforge-based font patcher is included \nin the ``fontpatcher`` directory. See ``fontpatcher/README.rst`` for usage \ninstructions.\n\n.. _Pathogen: https://github.com/tpope/vim-pathogen\n.. _Vundle: https://github.com/gmarik/vundle\n\nScreenshots\n-----------\n\n.. image:: http://i.imgur.com/MsuIB.png\n\nTroubleshooting\n---------------\n\nI can't see the fancy symbols, what's wrong?\n    Make sure that you have ``let g:Powerline_symbols = 'fancy'`` in your \n    ``vimrc`` file. The settings may be loaded too late if you have this in \n    ``gvimrc``, so always put this in your ``vimrc``.\n\n    Clear the cache using ``:PowerlineClearCache`` and restart vim.\n\n    Make sure that you've configured gvim or your terminal emulator to use \n    a patched font.\n\n    Make sure that vim is compiled with the ``--with-features=big`` flag.\n\nThe fancy symbols look a bit blurry or \"off\"!\n    Make sure that you have patched all variants of your font (i.e. both the \n    regular and the bold font files).\n\nI'm unable to patch my font, what should I do?\n    Font patching is only known to work on most Linux and OS X machines. If \n    you have followed the instructions in the fontpatcher README and still \n    have problems, please submit an issue on GitHub.\n\n    You can download some community-contributed patched fonts from the \n    `Powerline wiki`_ if you don't want to mess around with the font \n    patcher.\n\nThe Syntastic/Fugitive statusline flags don't work!\n    These flags should work without any configuration. If you installed \n    either plugin after Powerline, you'll have to clear the cache using \n    ``:PowerlineClearCache`` and restart vim.\n\nThe colors are weird in the default OS X Terminal app!\n    The default OS X Terminal app is known to have some issues with the \n    Powerline colors. Please use another terminal emulator. iTerm2 should \n    work fine.\n\n    The arrows may have the wrong colors if you have changed the \"minimum \n    contrast\" slider in the color tab of  your OS X settings.\n\nThe statusline has strange characters like ``^B`` in it!\n    Please add ``set encoding=utf-8`` to your ``vimrc``.\n\n    You may also need to set your ``LANG`` and ``LC_*`` environment \n    variables to a UTF-8 locale (e.g. ``LANG=en_US.utf8``). Consult your \n    Linux distro's documentation for information about setting these \n    variables correctly.\n\nThe statusline has a lot of ``^`` or underline characters in it!\n    You need to configure the ``fillchars`` setting to disable statusline \n    fillchars (see ``:h fillchars`` for details). Add this to your \n    ``vimrc`` to solve this issue::\n\n        set fillchars+=stl:\\ ,stlnc:\\ \n\nThe statusline is hidden/only appears in split windows!\n    Make sure that you have ``set laststatus=2`` in your ``vimrc``.\n\nI'm using tmux and Powerline looks like crap, what's wrong?\n    You need to tell tmux that it has 256-color capabilities. Add this to \n    your ``.tmux.conf`` to solve this issue::\n\n        set -g default-terminal \"screen-256color\"\n\n    If you use iTerm2, make sure that you have enabled the setting 'Set \n    locale variables automatically' in Profiles \u003e Terminal \u003e Environment.\n\nIf you have any other issues and you can't find the answer in the docs, \nplease submit an issue on GitHub.\n\n.. _`Powerline wiki`: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLokaltog%2Fvim-powerline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLokaltog%2Fvim-powerline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLokaltog%2Fvim-powerline/lists"}