nabekou29 / js-i18n.nvim

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

feat(virtal_text): add `max_width` option to truncate virtual text by display width #17

Closed nabekou29 closed 1 month ago

nabekou29 commented 1 month ago

This commit introduces a new configuration option max_width for controlling the maximum display width of virtual text. This option works in conjunction with the existing max_length option, but max_length takes precedence if both are set.