style: add border around autocomplete popup
This commit is contained in:
@@ -46,10 +46,11 @@ return {
|
|||||||
selection_order = 'near_cursor',
|
selection_order = 'near_cursor',
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
|
completion = cmp.config.window.bordered(),
|
||||||
documentation = cmp.config.window.bordered(),
|
documentation = cmp.config.window.bordered(),
|
||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
completeopt = 'menu,menuone,preview,noselect',
|
completeopt = 'menu,preview,noselect',
|
||||||
},
|
},
|
||||||
snippet = {
|
snippet = {
|
||||||
expand = function(args)
|
expand = function(args)
|
||||||
|
|||||||
Reference in New Issue
Block a user