nabekou29 / js-i18n.nvim

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

feat: Make the argument of I18nSetLang command optional. #13

Closed nabekou29 closed 1 month ago

nabekou29 commented 1 month ago

The argument of the I18nSetLang command has been made optional. If the argument is omitted, the available languages are selected using vim.ui.select().

Also, it has been modified to work correctly when using a plugin that replaces the behavior of vim.ui.select, such as dressing.nvim.