border for cmp and float windows
This commit is contained in:
@ -98,8 +98,9 @@ return {
|
||||
}),
|
||||
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
documentation = {
|
||||
winhighlight = 'Normal:CmpDocumentation'
|
||||
},
|
||||
},
|
||||
formatting = {
|
||||
format = lspkind.cmp_format({
|
||||
|
Reference in New Issue
Block a user