Qusai Al Shidi
Qusai Al Shidi
Hi, I have this snippet in my vim settings: ```vim " Flash highlighted text if exists('##TextYankPost') && has('nvim-0.5') au TextYankPost * ++nested silent! lua vim.highlight.on_yank {timeout=200, on_visual=false} endif ``` `TextYankPost`...
Remove doxygen created files and allow the user to make it themselves. The doxygen files will be in an `aether.github.io/docs` page
**Is your feature request related to a problem? Please describe.** We can use automatic documentation with [Doxygen](https://www.doxygen.nl/index.html) which is common for C++ specifically. **Describe the solution you'd like** Start documenting...