summaryrefslogtreecommitdiff
path: root/.config/kak-lsp/kak-lsp.toml
blob: 1259a4dbdd1fbf2e1e3e5e2b8457c793ddfc0112 (plain)
1
2
3
4
5
6
7
8
9
10
[language.latex]
filetypes = ["latex"]
roots = [".git"]
command = "texlab"

[language.c_cpp]
filetypes = ["c", "cpp", "h", "hpp"]
roots = ["compile_commands.json", ".ccls", ".git"]
command = "ccls"
args = ["--init={\"completion\":{\"detailedLabel\":false}}"]