summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:26 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 18:48:52 -0500
commit5a207b62cebb4673eb3422001e8d9435fca9f545 (patch)
tree802a86a4ea6ea05f036e293a3c2eba607457f644 /ted.cfg
parentb72ce9a3fdfe956f566c8bdde1fceebe7601c59f (diff)
line numbering!
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 6091a47..325c444 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -20,6 +20,7 @@ auto-indent = on
# automatically add a newline at the end of the file on save
auto-add-newline = on
syntax-highlighting = on
+line-numbers = on
[keyboard]
# motion and selection
@@ -140,8 +141,11 @@ builtin = #a7f
comment = #999
constant = #8ff
+line-numbers = #779
+line-numbers-separator = #fff3
+
[extensions]
C = .c, .h
C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh
Rust = .rs
-Python = .py \ No newline at end of file
+Python = .py