33
44### A simple ASCII statusline for (neo)vim
55
6- ` Plug 'adigitoleo/vim-mellow-statusline', { 'tag': '*' } `
7-
8-
96## Screenshots
107
118Taken on alacritty with LiberationMono font, using the [ mellow] colorscheme:
@@ -29,8 +26,10 @@ Taken on alacritty with LiberationMono font, using the [mellow] colorscheme:
2926## Features
3027
3128- Shortened buffer path with optional buffer number
32- - Fully configurable colors and mode indicators
29+ - Fully configurable mode indicators ( and their colors)
3330- Simple diagnostics included: mixed-indentation and trailing whitespace warnings
31+ - Buffer and visual selection word counts for text and markdown files (or a
32+ custom list of filetypes)
3433- Integration with [ ALE] or builtin NeoVim 0.8+ diagnostics API to display linter/LSP diagnostics
3534- Integration with [ vim-fugitive] or [ gitsigns.nvim] to display git HEAD name
3635- Integration with [ gitsigns.nvim] to display git file status (NeoVim only)
@@ -41,12 +40,9 @@ Taken on alacritty with LiberationMono font, using the [mellow] colorscheme:
4140
4241## Installation
4342
44- If you use a vim plugin manager, consult the relevant documentation.
45- Here are some links to popular plugin managers:
46- - [ Pathogen]
47- - [ NeoBundle]
48- - [ Vundle]
49- - [ vim-plug]
43+ Vim and NeoVim plugins are commonly installed using a plugin manager.
44+ Many such exist in the wild. Modern (Neo)Vim versions also ship with a built-in
45+ package loading functionality (read ` :help packages ` for details).
5046
5147** After installing the plugin, please read ` :help mellow-statusline ` for information on usage and available options.**
5248
@@ -64,14 +60,6 @@ but it will require some setup unless the recommended [mellow] colorscheme is us
6460
6561[ NOTE ] : # ( ------------ PUT ALL EXTERNAL LINKS BELOW THIS LINE ------------ )
6662
67- [ Pathogen ] : https://github.com/tpope/vim-pathogen
68-
69- [ NeoBundle ] : https://github.com/Shougo/neobundle.vim
70-
71- [ Vundle ] : https://github.com/gmarik/vundle
72-
73- [ vim-plug ] : https://github.com/junegunn/vim-plug
74-
7563[ mellow ] : https://github.com/adigitoleo/vim-mellow
7664
7765[ ALE ] : https://github.com/dense-analysis/ale
0 commit comments