about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/cmp.fnl23
1 files changed, 12 insertions, 11 deletions
diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl
index 5ca7c1c..6fea0d1 100644
--- a/fnl/nvrc/packs/cmp.fnl
+++ b/fnl/nvrc/packs/cmp.fnl
@@ -14,28 +14,29 @@
 (local icons {:Text "(t)"
               :Method "(m)"
               :Function "(f)"
-              :Constructor "(cs)"
+              :Constructor "(C)"
               :Field "(s)"
               :Variable "(v)"
-              :Class "(c)"
+              :Class "(C)"
               :Interface "(i)"
               :Module "(m)"
               :Property "(p)"
               :Unit "(u)"
               :Value "(v)"
               :Enum "(e)"
+              :EnumMember "(e)"
               :Keyword "(k)"
-              :Snippet "(sn)"
-              :Color "(co)"
-              :File "(fi)"
+              :Snippet "(S)"
+              :Color "(R)"
               :Reference "(r)"
-              :Folder "(fl)"
-              :EnumMember "(em)"
-              :Constant "(cn)"
+              :Constant "(c)"
               :Struct "(s)"
-              :Event "(ev)"
-              :Operator "(op)"
-              :TypeParameter "(tp)"})
+              :Event "(e)"
+              :Operator "(o)"
+              :TypeParameter "(T)"
+              :File "(F)"
+              :Folder "(F)"
+              })
 
 (setup {:snippet {:expand (fn [args]
                                 (vim.snippet.expand args.body))}