6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
decl str mimetype "text/plain"
|
|
|
|
hook global BufOpen .* %{
|
|
set buffer mimetype %sh{file -b --mime-type "${kak_buffile}" }
|
|
}
|