mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
9 lines
88 B
Lua
9 lines
88 B
Lua
return {
|
|
{
|
|
'gbprod/cutlass.nvim',
|
|
opts = {
|
|
cut_key = 'm',
|
|
},
|
|
},
|
|
}
|