mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-06-20 19:58:57 +02:00
fix(ci/cd): Move StyLua from action to cargo + command (#40)
* 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
This commit is contained in:
parent
65f93ee9ed
commit
f14ae7ef52
2 changed files with 11 additions and 10 deletions
lua/presence
|
@ -1,6 +1,6 @@
|
|||
-- Different plugin manager names
|
||||
return {
|
||||
["packer"] = "packer",
|
||||
["vim-plug"] = "vim-plug",
|
||||
["lazy"] = "lazy",
|
||||
["packer"] = "packer",
|
||||
["vim-plug"] = "vim-plug",
|
||||
["lazy"] = "lazy",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue