1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-06-22 20:38:57 +02:00

fix(formatting): Fix formatting using stylua (#11)

This commit is contained in:
Jiří Štefka 2023-09-29 02:14:33 +02:00 committed by GitHub
parent 9e478c9960
commit c295e1e14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2068 additions and 1902 deletions

View file

@ -1,5 +1,5 @@
-- Different plugin manager names
return {
["packer"] = "packer",
["vim-plug"] = "vim-plug",
["packer"] = "packer",
["vim-plug"] = "vim-plug",
}