Skip to content

pablopunk/statusline.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

VIM Statusline for COC.NVIM

Minimal plugin that creates a nice and simple statusbar

normal mode screenshot visual mode screenshot insert mode screenshot command mode screenshot

  • Current mode (and different coloring for each one)
  • Git branch and status
  • File and attributes (read only, modified...)
  • File type
  • Current line git-blame
  • Current line and column
  • File navigation percentage

Install

Requires:

I use vim-plug

Plug 'pablopunk/statusline.vim'

Custom colors

If you want to use custom colors override this values in your .vimrc:

let g:statusline_color_N = '#8854d0' " Normal mode
let g:statusline_color_I = '#22a6b3' " Insert mode
let g:statusline_color_V = '#3867d6' " Visual mode
let g:statusline_color_C = '#fc5c65' " Command mode

Related

About

Minimal plugin that creates a nice and simple statusbar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published