about summary refs log tree commit diff
path: root/fnl/nvrc/packs/clangd.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/clangd.fnl')
-rw-r--r--fnl/nvrc/packs/clangd.fnl15
1 files changed, 15 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/clangd.fnl b/fnl/nvrc/packs/clangd.fnl
new file mode 100644
index 0000000..25dbb60
--- /dev/null
+++ b/fnl/nvrc/packs/clangd.fnl
@@ -0,0 +1,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)"}}})