summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index ef6f862..f10f4b0 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -70,6 +70,9 @@ root-identifiers = .ted-root.out, Cargo.toml, make.bat, CMakeLists.txt, Makefile
# bg-texture = "/path/to/my/cool/picture.jpg" (or .png, .gif, .bmp)
# bg-shader = "void main() { gl_FragColor = texture2D(t_texture, t_pos) * vec4(1.0,1.0,1.0,0.2); }"
+[Rust.core]
+lsp = "rust-analyzer"
+
[keyboard]
# motion and selection
Left = :left