dotfiles/.config/kak/autoload/ltex-dict.kak

13 lines
391 B
Text

provide-module ltex-dict %~
declare-option str ltex_dict_path %exp{%val{config}/ltex-dict.txt}
declare-option -hidden str ltex_tomlize %{
'%<a-J>Zbi"<esc>a"<esc>z<a-,>r,x_i[<esc>a]<esc>'
}
define-command ltex-dict-read %{
echo -debug %sh{
cat "$kak_opt_ltex_dict_path" | kak -f '%<a-J>Zbi"<esc>a"<esc>z<a-,>r,x_i[<esc>a]<esc>'
}
}
~