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