1
0
This commit is contained in:
Rokas Puzonas 2023-05-11 17:31:02 +03:00
parent 6928c142ff
commit 8158533838

View File

@ -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
```