From 8158533838affb7011edd6625b8f2b999e83e9a3 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Thu, 11 May 2023 17:31:02 +0300 Subject: [PATCH] add todo --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index daaeef4..fe9e158 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ git update-index --assume-unchanged lua/plugins-local.lua ## Requirements * ripgrep - for telescope * [A patched font](https://www.nerdfonts.com/) - for icons + +## Todo +* Automatic updating of comments at `#endif`, +```c +#ifdef FOOBAR +// ... +#endif // FOOBAR +// The text "FOOBAR" above should update when the paring `#ifdef` updates +```