Modules/Neovim: Update clangd options
This commit is contained in:
@ -842,15 +842,14 @@ in {
|
|||||||
{
|
{
|
||||||
name = "clangd";
|
name = "clangd";
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
root_markers = [
|
# root_markers = [
|
||||||
"Makefile"
|
# "Makefile"
|
||||||
"CMakeLists.txt"
|
# "CMakeLists.txt"
|
||||||
".clang-format"
|
# ".clang-format"
|
||||||
".clang-tidy"
|
# ".clang-tidy"
|
||||||
"compile_commands.json"
|
# "compile_commands.json"
|
||||||
];
|
# ];
|
||||||
|
# workspace_required = true;
|
||||||
workspace_required = true;
|
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
"clangd"
|
"clangd"
|
||||||
|
|||||||
Reference in New Issue
Block a user