feat(nvim): Change completion source to blink.cmp

* fix: Completion does not work under Linux
* chore: Load less LSPs
* feat: Add selection border for completions
This commit is contained in:
js0ny 2025-03-21 00:46:30 +00:00
parent 47197902c8
commit 569238e45f
5 changed files with 112 additions and 18 deletions

View file

@ -1,11 +1,3 @@
local function set_keymaps(keymaps_cmp)
local mappings = {}
for _, map in ipairs(keymaps_cmp) do
mappings[map.keys] = map.cmd
end
return mappings
end
return {
"hrsh7th/nvim-cmp",
-- lazy = false,