From e74441a794234cf53aa7b582cb21d02df747313d Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 7 Aug 2024 03:29:19 +0900 Subject: feat(packs/cmp): switch to single character icons --- fnl/nvrc/packs/cmp.fnl | 23 ++++++++++++----------- 1 file 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))} -- cgit 1.4.1