diff --git a/Installer/os_nvim_init.vim b/Installer/os_nvim_init.vim index fc76d4a..ada8578 100644 --- a/Installer/os_nvim_init.vim +++ b/Installer/os_nvim_init.vim @@ -189,6 +189,7 @@ lua < compile_commands.json +REM +REM NOTE: What's it for? +REM ---------------------------------------------------------------------------- +REM Compilation commands can be used by LSP so that LSP daemons, like clangd are +REM able to semantically understand the code and provide code completion, hints +REM AST operations and so forth. setlocal EnableDelayedExpansion if [%1]==[] (