diff options
author | Chris <[email protected]> | 2021-07-31 15:47:08 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-31 15:47:08 -0400 |
commit | db9adf2fb880a012bb3b8aac3c53eb75f204a050 (patch) | |
tree | a20b00063d338c91501adf402e1d6aa0cf59b542 /lua/core/compe.lua | |
parent | d7595fbb6a1eeef1edb56589cc376ba17ce175b9 (diff) |
borders on docs
Diffstat (limited to 'lua/core/compe.lua')
-rw-r--r-- | lua/core/compe.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/core/compe.lua b/lua/core/compe.lua index 82d27717..dc83ff09 100644 --- a/lua/core/compe.lua +++ b/lua/core/compe.lua @@ -12,7 +12,11 @@ M.config = function() max_abbr_width = 100, max_kind_width = 100, max_menu_width = 100, - documentation = true, + documentation = { + border = "single", + winhighlight = "NormalFloat:CompeDocumentation,FloatBorder:CompeDocumentationBorder", + }, + -- documentation = true, source = { path = { kind = " ï›— (Path)" }, |