kakoune: disable auto formatting

This commit is contained in:
Leonardo Eugênio 2023-05-06 17:26:05 -03:00
parent 5034746b55
commit ef75e936c6

View file

@ -4,10 +4,6 @@ try %{
add-highlighter shared/python/code/function regex '\b([a-zA-Z_][a-zA-Z0-9_]*)\s*\(' 1:function
}
hook global BufWritePre '.*' %{
try format
}
hook global WinSetOption filetype=sh %{
set buffer formatcmd 'shfmt -s -ci -i "4"'
}