diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-21 23:02:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-21 23:02:10 +0530 |
| commit | a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca (patch) | |
| tree | 1c288de38ee23884e8ec064dd0cfcf69414efe0d /autoload/+init.kak | |
| parent | df01f61f5aa28a15ea3a9adecfa6822b410c1515 (diff) | |
| download | kakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.tar.gz kakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.zip | |
Override make to add exit code
Diffstat (limited to '')
| -rw-r--r-- | autoload/+init.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/+init.kak b/autoload/+init.kak index 5ce7c45..6f5f607 100644 --- a/autoload/+init.kak +++ b/autoload/+init.kak @@ -58,7 +58,7 @@ set-option global modelinefmt \ # add-highlighter global/ flag-lines blue relative_markers # Highlighters -add-highlighter global/ number-lines -hlcursor -min-digits 3 -separator ' ' # -relative +add-highlighter global/ number-lines -hlcursor -min-digits 3 -separator ' ' -relative add-highlighter global/ column '%val{cursor_char_column}' ColumnLine add-highlighter global/ line '%val{cursor_line}' RowLine add-highlighter global/ regex \h+$ 0:Error # Highlight trailing whitespaces |
