diff options
| author | Nanderty <psopka@sopka.ch> | 2023-05-21 10:32:46 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-05-21 10:32:46 +0200 |
| commit | fbeb851a8099c9d98de63e643fd3b8fedf15f883 (patch) | |
| tree | 28df7676a1143142819d5b7731fce2baa33a1006 /lua/plugins/lsp.lua | |
| parent | 8364b4a80fc918ca997112192f609e8db6072b7a (diff) | |
| download | neovim-config-fbeb851a8099c9d98de63e643fd3b8fedf15f883.tar.gz neovim-config-fbeb851a8099c9d98de63e643fd3b8fedf15f883.tar.bz2 neovim-config-fbeb851a8099c9d98de63e643fd3b8fedf15f883.zip | |
gui fixes
Diffstat (limited to 'lua/plugins/lsp.lua')
| -rw-r--r-- | lua/plugins/lsp.lua | 3 |
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 = ' ', |
