mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-06-20 11:58:56 +02:00
Dynamic Text Update (#15)
* Add context-specific status * Add "browsing" support for file tree explorers * Move status text into its own function * Add commit and netrw support * Fix git commit file recognition * Add readonly clause * Revert editing_text option Co-authored-by: Andrew Kwon <andrewshky@gmail.com> * Delete copied line * Dynamic text update (#2) * Add basic plugin support and rewrite status_text * Fix syntax error * Fix errors pt. 2 * Change options -> self.options * editing_text -> status_text * Try to get rid of dictionary bug * Try to fix dictionary bug pt. 2 * Remove self.options * Reorder status_text initialisation * Reinsert self.options * Remove global status_text var * options still broken * Tentatively done with dynamic text * Remove global status_text variable * Remove unnecessary lines/clean up code * Dynamic text update (#3) * Clean up status text options * General code cleanup * Fix whitespace issue Co-authored-by: Andrew Kwon <andrewshky@gmail.com>
This commit is contained in:
parent
2927ceb17d
commit
c2030611c8
2 changed files with 31 additions and 17 deletions
lua/presence
5
lua/presence/plugin_managers.lua
Normal file
5
lua/presence/plugin_managers.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- Different plugin manager names
|
||||
return {
|
||||
["packer"] = "packer",
|
||||
["vim-plug"] = "vim-plug",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue