aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotherJL0 <jonathanglopez@gmail.com>2021-06-28 11:03:09 -0400
committerotherJL0 <jonathanglopez@gmail.com>2021-06-28 11:03:09 -0400
commit5777fc1b8ea6ee79ae4d1019261e88526bc1e74a (patch)
treef370c3fe08dea783a85bc628b83cee4de842e14d
parent785dcff90988261c1c2c72c82dfa3a1ed5b8986b (diff)
downloadrneovim-5777fc1b8ea6ee79ae4d1019261e88526bc1e74a.tar.gz
rneovim-5777fc1b8ea6ee79ae4d1019261e88526bc1e74a.tar.bz2
rneovim-5777fc1b8ea6ee79ae4d1019261e88526bc1e74a.zip
Adding clangd language serever config file to point to build/ directory for compile_commands.json
-rw-r--r--.clangd2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000000..d7911aaf64
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,2 @@
+CompileFlags:
+ CompilationDatabase: build/ # Search build/ directory for compile_commands.json