Skip to content

Commit

Permalink
readded utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-programs authored and Sam-programs committed Oct 14, 2023
1 parent 2386727 commit 9e6381c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-autopairs/completion/cmp.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
local autopairs = require('nvim-autopairs')
local handlers = require('nvim-autopairs.completion.handlers')
local cmp = require('cmp')
local utils = require('nvim-autopairs.utils')

local Kind = cmp.lsp.CompletionItemKind

Expand Down

0 comments on commit 9e6381c

Please sign in to comment.