diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/cmp.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl index 1662afb..eae54af 100644 --- a/fnl/plugins/cmp.fnl +++ b/fnl/plugins/cmp.fnl @@ -58,7 +58,8 @@ "╯" "─" "╰" - "│"]}} + "│"]} + :completion {:scrollbar false}} :confirm_opts {:behavior cmp.ConfirmBehavior.Replace :select false} :experimental {:ghost_text false :native_menu false}}) |