An open API service indexing awesome lists of open source software.

https://github.com/lieryan/vim-location-awareness

Display current class and function name in Vim statusline
https://github.com/lieryan/vim-location-awareness

python statusline vim

Last synced: 3 months ago
JSON representation

Display current class and function name in Vim statusline

Awesome Lists containing this project

README

          

# vim-location-awareness

This plugin provides a function for formatting a short text that describes
where you are in a code, such as function or class name where the cursor is
located. This context line usually would be displayed in the statusline.

![statusline](doc/assets/statusline.png)

Install this repository using your usual Vim package manager then read
`:help locationawareness` and `:help 'statusline'` for instruction to add
this to your statusline. If you use fancy statusline plugins also refer
to their documentation.