From de520255b4897caf8888c015d179ae86738d32bc Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 16 Dec 2025 21:33:58 +0100 Subject: Fix border style --- fnl/plugins/cmp.fnl | 4 ++-- fnl/plugins/lsp/mason-lspconfig.fnl | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'fnl/plugins') 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] diff --git a/fnl/plugins/lsp/mason-lspconfig.fnl b/fnl/plugins/lsp/mason-lspconfig.fnl index 429e948..48ea0b5 100644 --- a/fnl/plugins/lsp/mason-lspconfig.fnl +++ b/fnl/plugins/lsp/mason-lspconfig.fnl @@ -2,9 +2,8 @@ ;; setup hooks for client configurations. (local textDocument-handlers - {:textDocument/hover (vim.lsp.with vim.lsp.handlers.hover {:border :single}) - :textDocument/signatureHelp (vim.lsp.with vim.lsp.handlers.signature_help - {:border :single})}) + {:textDocument/hover (vim.lsp.with vim.lsp.handlers.hover) + :textDocument/signatureHelp (vim.lsp.with vim.lsp.handlers.signature_help)}) (λ capabilities [] (let [blink-cmp (require :blink.cmp)] -- cgit v1.2.3-70-g09d2