1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-01-01 12:32:05 +01:00
presence.nvim/lua/presence/plugin_managers.lua

6 lines
97 B
Lua
Raw Normal View History

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