summaryrefslogtreecommitdiff
path: root/lua/config/plugins/completion.lua
blob: 7fd31c443ed8b1f445c46986d2dddf20f59608d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
  {
    "blink.cmp",
    event = "DeferredUIEnter",
    after = function(_)
      require("blink.cmp").setup({})
    end,
  }
}