add todo
This commit is contained in:
parent
6928c142ff
commit
8158533838
@ -8,3 +8,12 @@ git update-index --assume-unchanged lua/plugins-local.lua
|
|||||||
## Requirements
|
## Requirements
|
||||||
* ripgrep - for telescope
|
* ripgrep - for telescope
|
||||||
* [A patched font](https://www.nerdfonts.com/) - for icons
|
* [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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user