summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lsp/clangd.fnl
blob: c41824e612e428d898961a072bdf6f6869322fbe (plain) (blame)
1
2
3
4
5
6
7
8
{:cmd [:clangd :--background-index]
 :filetypes [:c :cpp]
 :root_markers [:.clangd
                :.clang-format
                :compile_commands.json :compile_flags.txt]
 :flags {:debounce_text_changes 20}
 :capabilities {:textDocument {:completion {:editsNearCursor true}}
                :offsetEncoding [:utf-8 :utf-16]}}