summaryrefslogtreecommitdiff
path: root/fnl/plugins/cmp.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-12-16 21:33:58 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-12-16 21:33:58 +0100
commitde520255b4897caf8888c015d179ae86738d32bc (patch)
tree3e2e02bebba26006316b01b032e62a1b812c129e /fnl/plugins/cmp.fnl
parent7db300fbd84619a31dc5b4fa864cd149d8b67c41 (diff)
Fix border styleHEADmaster
Diffstat (limited to 'fnl/plugins/cmp.fnl')
-rw-r--r--fnl/plugins/cmp.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl
index 1eb2e9e..a979633 100644
--- a/fnl/plugins/cmp.fnl
+++ b/fnl/plugins/cmp.fnl
@@ -3,8 +3,8 @@
(local opts {:keymap {:preset :default}
:appearance {:use_nvim_cmp_as_default false
:nerd_font_variant :mono}
- :completion {:menu {:scrollbar false :border :none}
- :documentation {:window {:border :none
+ :completion {:menu {:scrollbar false :border :single}
+ :documentation {:window {:border :single
:scrollbar false}}}
:signature {:enabled false :window {:scrollbar false}}
:sources {:default [:lsp :path :snippets :buffer :dadbod]