• Stars
    star
    311
  • Rank 131,292 (Top 3 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created over 7 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌿 Another elegant statusline for vim

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'
" Optional. If you use vim-fugitive and want a callback from it to update eleline.
" autocmd User FugitiveChanged if exists("b:eleline_branch") | unlet b:eleline_branch | endif

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

More Repositories

1

space-vim

🍀 Lean & mean spacemacs-ish Vim distribution
Vim Script
2,859
star
2

blockchain-tutorial

🌾 A step-by-step blockchain tutorial in simplified Chinese
Go
2,322
star
3

vim-clap

👏 Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim
Rust
2,078
star
4

vim-which-key

🌷 Vim plugin that shows keybindings in popup
Vim Script
1,896
star
5

git-commit-emoji-cn

😁 git commit message emoji 使用指南
1,895
star
6

vista.vim

🌵 Viewer & Finder for LSP symbols and tags
Vim Script
1,832
star
7

space-vim-dark

💜 A dark colorscheme for space-vim, see space-vim-theme for light background support!
Vim Script
562
star
8

dotfiles

🔩 Dotfiles for bash, zsh, tmux, emacs, vim, etc
Emacs Lisp
200
star
9

szuthesis

📝 SZU Undergraduate Thesis -- Recommender System
PostScript
188
star
10

space-vim-theme

🌼 A dark and light colorscheme for space-vim that supports GUI & terminal
Vim Script
163
star
11

vim-better-default

🎨 Simplify your .vimrc and make the default vim better
Vim Script
156
star
12

graphviz.vim

🎄 A Vim graphviz plugin
Vim Script
64
star
13

hands-on-learning

🌻 Learn by doing
Python
54
star
14

cluster-auto-installer

Hadoop/Spark/Hbase cluster auto-installer
Shell
17
star
15

nerdtree-dash

Extra syntax highlight for nerdtree and vim-devicons
Vim Script
16
star
16

pelican-blog

⛄ Foucs on Machine Learning and Data Mining
Jupyter Notebook
7
star
17

liuchengxu.github.io

🌻 Blog
HTML
3
star
18

memo

📝 Memo for me
TeX
2
star
19

blog-cn

🌸 Chinese blog
HTML
2
star
20

substrate-storage-key-value-decode

Rust
1
star