diff options
author | pommicket <pommicket@gmail.com> | 2022-12-23 21:43:07 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-23 21:43:07 -0500 |
commit | 8d96a4b0f0ebb059a63cc4c3193e0169ccf4f5b5 (patch) | |
tree | 7155b5d90b9eb8836fa637ed1db44f4e3304fdba /ted.cfg | |
parent | aabe543ee93796330158fa7fd247fb1ebeb8e3bb (diff) |
framework for having multiple/configurable LSPs
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -242,11 +242,13 @@ cancel = #ffa # autocomplete autocomplete-bg = #000 autocomplete-border = #999 -autocomplete-hl = #0a0 +autocomplete-hl = #f6a3 +# these control the text color for various kinds of completions autocomplete-variable = #bfb autocomplete-function = #aaf autocomplete-type = #fac + # Syntax highlighting keyword = #0c0 preprocessor = #77f |