aboutsummaryrefslogtreecommitdiff
path: root/autoload/+init.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-21 23:02:01 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-21 23:02:10 +0530
commita88e917a5f1e089397b3b0e759d0a7e60d6cf8ca (patch)
tree1c288de38ee23884e8ec064dd0cfcf69414efe0d /autoload/+init.kak
parentdf01f61f5aa28a15ea3a9adecfa6822b410c1515 (diff)
downloadkakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.tar.gz
kakoune-config-a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca.zip
Override make to add exit code
Diffstat (limited to '')
-rw-r--r--autoload/+init.kak2
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