diff options
author | pommicket <pommicket@gmail.com> | 2023-10-17 10:36:53 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-17 10:36:53 -0400 |
commit | 6ea5c07b116b98ebc836a10f88cf908d14c9b6c5 (patch) | |
tree | b9ae3cf7aca9cde2cc69bdc194fa5513664625bb /main.c | |
parent | 9842cb988343d255db17ed57d486ecc41fc0618e (diff) |
new config system seems to be working
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* TODO: - switch back to starting file after rename -- .editorconfig? see https://editorconfig.org/ +- .editorconfig (see https://editorconfig.org/) FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations @@ -16,6 +16,7 @@ FUTURE FEATURES: - manual directory - restart LSP server automatically? - LSP request timeout +- reflow command */ #include "ted-internal.h" |