Darazaki / indent-o-matic

Dumb automatic fast indentation detection for Neovim written in Lua
MIT License
176 stars 13 forks source link

fix(indent-o-matic): better `autocmds` for new files #24

Closed wuelnerdotexe closed 1 year ago

wuelnerdotexe commented 1 year ago

Hi! @Darazaki - This small contribution is to replace the autocmd for new files with the most optimal ones.

Signed-off-by: Wuelner Martínez wuelner.martinez@outlook.com

Darazaki commented 1 year ago

Hi and sorry for the wait! Looks like a good idea thanks :)