AutoYADM commit: 2025-06-14 01:44:59

This commit is contained in:
Daniel Fichtinger 2025-06-14 01:44:59 -04:00
parent 75db3c4510
commit f46d0bd419
3 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,13 @@
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>'
}
}
~