All Projects → liuchengxu → Eleline.vim

liuchengxu / Eleline.vim

Licence: mit
🌿 Another elegant statusline for vim

Projects that are alternatives of or similar to Eleline.vim

vim-wordy
Uncover usage problems in your writing
Stars: ✭ 677 (+139.22%)
Mutual labels:  vim-plugin
vim-highlighter
Highlight words and expressions
Stars: ✭ 57 (-79.86%)
Mutual labels:  vim-plugin
Vaffle.vim
📁 Lightweight, window-based file manager for Vim
Stars: ✭ 269 (-4.95%)
Mutual labels:  vim-plugin
vim-opex
Vim operators to execute text objects
Stars: ✭ 19 (-93.29%)
Mutual labels:  vim-plugin
fzf-folds.vim
Vim plugin that lets you fuzzy search for folds in a file
Stars: ✭ 15 (-94.7%)
Mutual labels:  vim-plugin
gx-extended.vim
Extend gx to use it beyond just URLs!
Stars: ✭ 23 (-91.87%)
Mutual labels:  vim-plugin
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+506.01%)
Mutual labels:  vim-plugin
Textbeat
🎹 plaintext music sequencer and midi shell, with vim playback 🥁
Stars: ✭ 274 (-3.18%)
Mutual labels:  vim-plugin
format.nvim
Neovim lua plugin to format the current buffer with external executables
Stars: ✭ 189 (-33.22%)
Mutual labels:  vim-plugin
Jshint2.vim
Lightweight, customizable and functional Vim plugin for JSHint integration.
Stars: ✭ 265 (-6.36%)
Mutual labels:  vim-plugin
cmp-under-comparator
nvim-cmp comparator function for completion items that start with one or more underlines
Stars: ✭ 77 (-72.79%)
Mutual labels:  vim-plugin
vim-hugo-helper
A small Vim plugin with a set of helpers for Hugo https://gohugo.io
Stars: ✭ 82 (-71.02%)
Mutual labels:  vim-plugin
Completeparameter.vim
Complete parameter after select the completion. Integration with YouCompleteMe(ycm), deoplete, neocomplete.
Stars: ✭ 258 (-8.83%)
Mutual labels:  vim-plugin
vim-docker-tools
Toolkit for managing docker containers in vim.
Stars: ✭ 95 (-66.43%)
Mutual labels:  vim-plugin
Vim Cool
A very simple plugin that makes hlsearch more useful.
Stars: ✭ 268 (-5.3%)
Mutual labels:  vim-plugin
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (-78.45%)
Mutual labels:  vim-plugin
roast.vim
An HTTP client for Vim, that can also be used as a REST client.
Stars: ✭ 78 (-72.44%)
Mutual labels:  vim-plugin
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-1.41%)
Mutual labels:  vim-plugin
Vim Wintabs
Modern buffer manager for Vim
Stars: ✭ 268 (-5.3%)
Mutual labels:  vim-plugin
Vim Rubocop
The Vim RuboCop plugin runs RuboCop and displays the results in Vim
Stars: ✭ 262 (-7.42%)
Mutual labels:  vim-plugin

eleline.vim

Another elegant statusline for vim, extracted from space-vim.

Currently supported plugins:

If you're using newer vim or neovim, i.e., async API is available, eleline will probe the git branch info asynchronously instead of depending on vim-fugitive, making your vim never slower due to the statusline.

Installation

This plugin can be installed with a variety of plugin managers, e.g., vim-plug:

Plug 'liuchengxu/eleline.vim'

Don't forget to set laststatus=2 to always display statusline.

Usage

It's encouraged to fork eleline.vim to make your own custom vim statusline.

Customization

  • Ordinary font by default

    screenshot

  • Powerline font

    If the powerline font is available, i.e., let g:airline_powerline_fonts = 1 or let g:eleline_powerline_fonts = 1:

    screenshot

  • Keep it simpler

    Only show the buffer number, window number, filename and info from the plugins via let g:eleline_slim = 1:

    screenshot

    See :h CTRL-G when you need more info.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].