mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 18:15:53 +03:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
decl str mimetype "text/plain"
|
|
|
|
hook global BufOpen .* %{
|
|
set buffer mimetype %sh{file -b --mime-type ${kak_buffile} }
|
|
}
|