Former-commit-id: 58fa41a210
This commit is contained in:
Hadi
2024-10-04 21:03:01 +02:00
parent 6827360045
commit ae77733c71
15 changed files with 417 additions and 184 deletions

View File

@@ -15,7 +15,10 @@
sources = [
{ name = "nvim_lsp"; }
{ name = "luasnip"; }
{ name = "buffer"; }
{
name = "buffer";
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
}
{ name = "nvim_lua"; }
{ name = "path"; }
];
@@ -80,7 +83,7 @@
completion = {
winhighlight =
"FloatBorder:CmpBorder,Normal:CmpPmenu,Search:PmenuSel";
scrollbar = true;
scrollbar = false;
sidePadding = 0;
border = [ "" "" "" "" "" "" "" "" ];
};