mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
5 lines
146 B
Lua
5 lines
146 B
Lua
local status_ok, cinnamon = pcall(require, "cinnamon")
|
|
if status_ok then
|
|
cinnamon.setup(astronvim.user_plugin_opts("plugins.cinnamon", {}))
|
|
end
|