This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Carl George
carlwgeorge.bsky.social
did:plc:6p5uonuxs5tu7wobzanjfvts
prompt:
write me a vim config line to set the filetype to yaml.ansible for files with the yml or yaml extension in directories that contain the word ansible
result:
autocmd BufRead,BufNewFile */ansible/*.{yml,yaml} set filetype=yaml.ansible
Not perfect, but really close.
2025-08-25T00:26:33.857Z