kickstart.nvim/lua/plugins/cutlass.lua
Iwaniuk Krzysztof 1bbc50e3a9 another day
2024-06-19 00:41:29 +02:00

9 lines
88 B
Lua

return {
{
'gbprod/cutlass.nvim',
opts = {
cut_key = 'm',
},
},
}