mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Jiří Štefka
f14ae7ef52
* fix(ci/cd): Move StyLua from action to cargo + command [#68] StyLUA check is not working for PRs from forks https://openproject.stefka.eu/work_packages/68 * fix(formatting): fix bad formatting from #39
7 lines
117 B
Lua
7 lines
117 B
Lua
-- Different plugin manager names
|
|
return {
|
|
["packer"] = "packer",
|
|
["vim-plug"] = "vim-plug",
|
|
["lazy"] = "lazy",
|
|
}
|