mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-15 23:16:47 +00:00
13
nvim.bak/lua/plugins/chowcho.lua
Normal file
13
nvim.bak/lua/plugins/chowcho.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
'tkmpypy/chowcho.nvim',
|
||||
event = 'VeryLazy',
|
||||
keys = {
|
||||
{
|
||||
'-',
|
||||
mode = { 'n' },
|
||||
function()
|
||||
require('chowcho').run()
|
||||
end,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user