Skip to content

KaraMCC/vim-streamline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

vim-streamline

A simple, and light as heck statusline that shows you all the information you need.

Your statusline should look something this: Gruvbox OneDark
Darcula

Your statusline will change to adapt to your theme.

Installation

With pathogen:

cd ~/.vim/bundle && \    
git clone https://github.com/KaraMCC/vim-streamline.git    

With vim-plug:

Plug 'KaraMCC/vim-streamline'    

Vundle example:

Plugin 'KaraMCC/vim-streamline'                                                  

Settings

How do I show ALE warnings and errors in my statusline?

Put this in your .vimrc:

let g:streamline_show_ale_status = 1                                                  

How do I make my statusline simpler?

You can enable minimalist mode by putting this in your .vimrc:

let g:streamline_minimal_ui = 1

How do I disable vim-devicons in my statusline?

Simply add this line to your .vimrc:

let g:streamline_enable_devicons = 0



If you would like any changes to be made to this plugin, please request them, I will try to add them as soon as possible.

About

A simple, and light as heck statusline that shows you all the information you need.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published