How I Setup Neovim For Competitive Programming In C++
<p>I have been using Neovim for a few years, and the experience is revolutionary. For competitive programming, I have gone through many different text editors and IDEs, but in the end, landed on Neovim.</p>
<p>When I use Neovim for competitive programming, I use <code>clangd</code> for LSP and <code>clang-format</code> for formatting.</p>
<h1>Prerequisites</h1>
<p>There are a few packages that we must install before we can start configuring. To do this run the following commands.</p>
<p><a href="https://medium.com/linux-with-michael/how-i-setup-neovim-for-competitive-programming-in-c-ceaee468b530"><strong>Read More</strong></a></p>