LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.4k stars 1.17k forks source link

Replace vim.cmd autogroup with the lua equivalent. #175

Closed paller closed 2 years ago

paller commented 2 years ago

Since autogroups are now supported in lua, why not use it.