From 8506993e8288d287217040fe5297b6e0b8321dfc Mon Sep 17 00:00:00 2001 From: doyle Date: Tue, 28 Jun 2022 22:24:50 +1000 Subject: [PATCH] stuff --- Installer/os_nvim_init.vim | 1 + ..._clang_merge_compilation_command_files.bat | 30 ++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) 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]==[] (