summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-11 23:15:10 -0500
committerpommicket <pommicket@gmail.com>2023-01-11 23:15:10 -0500
commit024fd444d673be63ac23fc83481a8fe624127cbf (patch)
tree7c83af676466bdb23b30a10e13d80601a006d2a1 /ted.cfg
parentdc1e9a3566927fe71bd254f8486be9eb99650783 (diff)
LANG_TEXT, turn off phantom completions for text/cfg/md files
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index df3e05b..03b69bb 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -146,6 +146,16 @@ lsp = "rust-analyzer"
[Tex.core]
lsp = "texlab"
+# phantom completions are just annoying if you're not actually programming
+[Markdown.core]
+phantom-completions = off
+[TedCfg.core]
+phantom-completions = off
+[Config.core]
+phantom-completions = off
+[Text.core]
+phantom-completions = off
+
[keyboard]
# motion and selection
Left = :left
@@ -379,6 +389,8 @@ cursor-line-number = #ddf
line-numbers-separator = #fff3
[extensions]
+# text is the default if the extension doesn't match any of the ones below
+Text = .txt
C = .c, .h
C++ = .cpp, .hpp, .C, .H, .cxx, .hxx, .cc, .hh
Rust = .rs