Update todo, manpager -> nvim, fix nvim popup borders, adjust rc aliases

This commit is contained in:
2026-02-11 17:22:58 -06:00
parent 19cbcf498b
commit 2687214a95
4 changed files with 23 additions and 19 deletions

View File

@@ -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,