If for some reason you’re like me and want to code in a language that uses not latin characters and doesn’t have a compiler (yet!) to actually run your programs, here’s how you can use the vim-toki-pi-ilo-sona plugin:
Firstly, this is a plugin for Vim (though I personally use Neovim). If you have no experience with Vim you’re out of luck (unless you learn! Vim is a wonderful tool!).
If you have Vim, you likely already know how to install plugins, there are many plugin managers (I use vim-plug).
To install it with vim-plug, you simply add the following to your vimrc
(or init.vim
if you use Neovim)
Plug 'timeopochin/vim-toki-pi-ilo-sona'
Then run this inside Vim:
:PlugInstall