priner / micro-aspell-plugin

Spellchecker plugin for Micro editor
MIT License
15 stars 5 forks source link

How do I change the dictionary/language without editing the settings file each time? #9

Closed iio7 closed 3 years ago

iio7 commented 3 years ago

As the title says, is it not possible to change language while editing, or at least during load WITHOUT changing the settings file each time?

priner commented 3 years ago

You can change any setting from within micro with set or setlocal commands. See help commands.

Use setlocal command to change aspell.lang or really any other setting just for the current buffer (won't be saved to the setting file).

iio7 commented 3 years ago

Thank you very much.