diff options
Diffstat (limited to 'fnl/nvrc/packs/blink-cmp.fnl')
-rw-r--r-- | fnl/nvrc/packs/blink-cmp.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/blink-cmp.fnl b/fnl/nvrc/packs/blink-cmp.fnl index 73a3b67..059e132 100644 --- a/fnl/nvrc/packs/blink-cmp.fnl +++ b/fnl/nvrc/packs/blink-cmp.fnl @@ -60,6 +60,7 @@ {1 :kind_icon :gap 1 2 :kind} {1 :source_name}] :components {:item_idx {:text (fn [ctx] (tostring ctx.idx)) + :width {:max 2} :highlight :BlinkCmpItemIdx} :label_description {:width {:max 10}} :source_name {:text (fn [ctx] (.. "[" ctx.source_name "]"))}}}}}}) |