{ example = { lsp.servers = { "*" = { enable = true; settings = { enable = true; root_markers = [ ".git" ]; capabilities.textDocument.semanticTokens = { multilineTokenSupport = true; }; }; }; luals.enable = true; clangd = { enable = true; settings = { cmd = [ "clangd" "--background-index" ]; root_markers = [ "compile_commands.json" "compile_flags.txt" ]; filetypes = [ "c" "cpp" ]; }; }; }; }; }