Darazaki / indent-o-matic

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

Fix double-invocation of plugin #11

Closed rstacruz closed 2 years ago

rstacruz commented 2 years ago

Sometimes plugin/ files can be called twice:

image

This should make it okay to do so.

Darazaki commented 2 years ago

TIL, thanks! :)

PRs should normally go through testing but with how small that one is it should be alright. I'll probably just merge master back into testing later so no worries