vim-statline icon indicating copy to clipboard operation
vim-statline copied to clipboard

Add useful informations to Vim statusline

Results 8 vim-statline issues
Sort by recently updated
recently updated
newest added

## Adds support to [vim-obsession](https://github.com/tpope/vim-obsession) plugin I recently started using `:Obsess` to auto keep track of my vim session and I wanted to have a visual aid in the `statusline`...

I find it quite usefull to see directory I'm currently on and when the file was last modified, so I added it to your plugin, and even updated the docs...

I prefer seeing the full file path all the time instead of a relative path, so I added a new variable (`g:statline_filename_absolute`) to allow this. It's an opt-in feature, though,...

i added python virtualenv support to status line via vim-statusline plugin. the repo of the plugin: github.com/jmcantrell/vim-virtualenv.git

_eater_ requested on my blog for char/word count ([source](http://blog.millermedeiros.com/2011/10/statline-improved-vim-statusline/#comment-8617)), maybe add it as a helper method or as a optional feature (word count is only really useful for text files,...

feature

It would be really nice if there was an easy way to navigate the trailing whitespace / mixed indentation issues, either through keystrokes or commands ...

feature
enhancement

right now the only way to customize the information is by editing the source code (that was the main reason why I added so many comments) maybe create a few...

enhancement