summaryrefslogtreecommitdiffstats
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/lsp.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua
index 6ad37c3..31c570b 100644
--- a/lua/plugins/lsp.lua
+++ b/lua/plugins/lsp.lua
@@ -41,9 +41,10 @@ return {
buffer = bufnr,
callback = function()
local opts = {
+ pad_top = 1,
+ pad_bottom = 1,
header = '',
source = 'always',
- border = {{' '},{' '},{' '},{' '}},
focusable = false,
close_events = { "BufLeave", "CursorMoved", "InsertEnter", },
prefix = ' ',