about summary refs log tree commit diff
path: root/fnl/nvrc/packs/clangd.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 14:11:44 +0900
committersefidel <contact@sefidel.net>2022-03-12 14:11:44 +0900
commitbfe3c876513be13f099997ca7b1bdcd91e2f58f7 (patch)
treed0452595dbc66f5c69d3c0fd736009ad13d450f1 /fnl/nvrc/packs/clangd.fnl
parentde95ea87833f04611329339c80d723bde696093f (diff)
downloadnvimrc-bfe3c876513be13f099997ca7b1bdcd91e2f58f7.tar.gz
nvimrc-bfe3c876513be13f099997ca7b1bdcd91e2f58f7.zip
feat(lsp)!: ccls -> clangd
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)"}}})