nvim: add lazyjj

This commit is contained in:
2025-07-22 23:09:32 +02:00
parent d138f4c1da
commit e507e258e3
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
return {
{
'swaits/lazyjj.nvim',
dependencies = 'nvim-lua/plenary.nvim',
opts = {
mapping = '<leader>gj'
}
},
}