josean-dev / dev-environment-files

2.98k stars 800 forks source link

Tiny update to keys in vim-maximizer.lua to match lazy syntax #40

Closed santiagohervella closed 12 months ago

santiagohervella commented 1 year ago

Hi Josean, your videos are fantastic and an invaluable resource for learning the latest / greatest in the neovim world!

I watch your videos for new ideas for my own config and your recent video about Lazy included a mention of a great feature to lazy load based on a keymap being hit. I moved many plugins in my config to this method, but when running:

:Telescope keymaps

The description shows as annonymous: image

I double checked the Lazy documentation for this and it seems the syntax is ever so slightly different. Once I updated it to match the syntax, it correctly shows up when I run :Telescope keymaps

image

Thanks again for your hard work on teaching!