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
- Host: GitHub
- URL: https://github.com/lieryan/vim-location-awareness
- Owner: lieryan
- License: mit
- Created: 2020-10-20T02:58:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T04:56:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T00:28:16.888Z (8 months ago)
- Topics: python, statusline, vim
- Language: Vim script
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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.