summary refs log tree commit diff
path: root/.vim/lua/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vim/lua/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/lua/lsp.lua b/.vim/lua/lsp.lua
index e134cff..d1da1b3 100644
--- a/.vim/lua/lsp.lua
+++ b/.vim/lua/lsp.lua
@@ -18,7 +18,7 @@ local my_attach = function(client, bufnr)
         vim.diagnostic.open_float(nil, {
           focusable = false,
           close_events = {'BufLeave', 'CursorMoved', 'InsertEnter', 'FocusLost'},
-          border = 'single',
+          border = _G.floating_win_border,
           source = 'always',
           prefix = ' ',
           scope = 'cursor',