updated lsp version, added copy to clipboard keybind

This commit is contained in:
2025-05-23 23:34:29 +05:00
parent 97e5f06a61
commit c42731619c
12 changed files with 65 additions and 304 deletions

View File

@ -62,7 +62,7 @@ cmp.setup {
},
-- Accept currently selected item. If none selected, `select` first item.
-- Set `select` to `false` to only confirm explicitly selected items.
["<CR>"] = cmp.mapping.confirm { select = true },
["<CR>"] = cmp.mapping.confirm { select = false },
["<Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then
cmp.select_next_item()