Update todo, manpager -> nvim, fix nvim popup borders, adjust rc aliases
This commit is contained in:
@@ -86,11 +86,12 @@ return {
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
}, {
|
||||
{ name = 'buffer' },
|
||||
}),
|
||||
{ name = 'buffer' },
|
||||
}),
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
-- maybe `cmp.config.window.bordered()` for completion & documentation
|
||||
completion = { border = 'single' },
|
||||
documentation = { border = 'single' },
|
||||
},
|
||||
performance = {
|
||||
max_view_entries = 14,
|
||||
|
||||
Reference in New Issue
Block a user