about summary refs log tree commit diff
path: root/fnl/nvrc/packs/clangd.fnl
blob: 25dbb608c5478dd3f45bb7bbf0ff994f77dd6cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(local {: setup} (require :clangd_extensions))

(setup {:ast {:role_icons {:type "(ty)"
                           :declaration "()"
                           :expression "(expr)"
                           :specifier "(sp)"
                           :statement "(st)"
                           "template argument" "(tt)"}
              :kind_icons {:Compound "(cp)"
                           :Recovery "(rc)"
                           :TranslationUnit "(tu)"
                           :PackExpansion "(pex)"
                           :TemplateTypeParm "(tt)"
                           :TemplateTemplateParm "(tt)"
                           :TemplateParamObject "(tt)"}}})