nabekou29 / js-i18n.nvim

A Neovim plugin for the JavaScript library i18next
MIT License
18 stars 2 forks source link

fix(translation-source): add fast event check for file read #16

Closed nabekou29 closed 1 month ago

nabekou29 commented 1 month ago

Description (generated by Copilot)

This commit introduces a check for vim's fast event before reading a translation file. If in a fast event, the read operation is scheduled to run later. This prevents potential issues with file read operations during fast events.