mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
14 lines
228 B
Lua
14 lines
228 B
Lua
return {
|
|
'tkmpypy/chowcho.nvim',
|
|
event = 'VeryLazy',
|
|
keys = {
|
|
{
|
|
'-',
|
|
mode = { 'n' },
|
|
function()
|
|
require('chowcho').run()
|
|
end,
|
|
}
|
|
}
|
|
}
|