This website requires JavaScript.
Explore
Gists
Help
Sign In
jiriks74
/
presence.nvim
Watch
1
Star
0
Fork
0
You've already forked presence.nvim
mirror of
https://github.com/jiriks74/presence.nvim
synced
2024-11-23 20:37:50 +01:00
Code
Issues
Actions
Releases
Activity
1570ddd51b
presence.nvim
/
lua
/
presence
/
plugin_managers.lua
6 lines
97 B
Lua
Raw
Normal View
History
Unescape
Escape
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>
2021-05-20 05:04:56 +00:00
-- Different plugin manager names
return
{
fix(formatting): Fix formatting using stylua (#11)
2023-09-29 02:14:33 +02:00
[
"
packer
"
]
=
"
packer
"
,
[
"
vim-plug
"
]
=
"
vim-plug
"
,
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>
2021-05-20 05:04:56 +00:00
}
Copy Permalink