mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-15 15:09:48 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
13
nvim/lua/plugins/chowcho.lua
Normal file
13
nvim/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