diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:49:22 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:49:22 +0200 |
commit | ffe3dace1b350f27dcbd0a5e4062bd5d1e9c4714 (patch) | |
tree | 35eac647ed4eb4e501691dde990a08b067160b8e /fnl | |
parent | 89222ab590e5c8b4dabf631dffb3ee14a76c7837 (diff) |
fix(cmp): update doc
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/cmp.fnl | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/fnl/config/cmp.fnl b/fnl/config/cmp.fnl index 50c0d85..95e5baa 100644 --- a/fnl/config/cmp.fnl +++ b/fnl/config/cmp.fnl @@ -29,14 +29,15 @@ :nvim_lua "[api]" :path "[path]" :luasnip "[Snip]"}})} - :documentation {:border ["╭" - "─" - "╮" - "│" - "╯" - "─" - "╰" - "│"]} + :window { + :documentation {:border ["╭" + "─" + "╮" + "│" + "╯" + "─" + "╰" + "│"]}} :confirm_opts {:behavior cmp.ConfirmBehavior.Replace :select false} :experimental {:ghost_text false :native_menu false}})) |