diff options
author | otherJL0 <jonathanglopez@gmail.com> | 2021-06-28 11:03:09 -0400 |
---|---|---|
committer | otherJL0 <jonathanglopez@gmail.com> | 2021-06-28 11:03:09 -0400 |
commit | 5777fc1b8ea6ee79ae4d1019261e88526bc1e74a (patch) | |
tree | f370c3fe08dea783a85bc628b83cee4de842e14d | |
parent | 785dcff90988261c1c2c72c82dfa3a1ed5b8986b (diff) | |
download | rneovim-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-- | .clangd | 2 |
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 |