12 lines
214 B
Lua
12 lines
214 B
Lua
return {
|
|
{
|
|
"declancm/cinnamon.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
default_keymaps = true,
|
|
extra_keymaps = true,
|
|
extended_keymaps = true,
|
|
override_keymaps = true,
|
|
},
|
|
},
|
|
}
|