diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |