Configurations - akiradeveloper/ijk GitHub Wiki

Editor configuration

${HOME}/.ijk/config.toml and ${project_root}/.ijk.toml override the default behavior. The default configuration is put in default.toml in the ijk source tree. Here is the example:

[lang.ruby] // lang.${lang}
extensions = ["rb", "erb"]
filenames = ["Rakefile"]
indent = 2 // 0: Tab

Use your own snippets

VSCode-style snippet is supported. Make ${HOME}/.ijk/snippets/ under your home directory and put ${lang}.json there. (e.g. ruby.json)