Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 authored Nov 24, 2023
1 parent 7c3246a commit f340412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/epo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ local function completion_handler(_, result, ctx)
prefix = prefix:lower()

for _, item in
ipairs(vim.list_extend(compitems, context.snippets[vim.bo[ctx.bufnr].filetype] or {}))
ipairs(vim.list_extend(compitems, context.snippets[vim.bo[ctx.bufnr].filetype] or {}))
do
local entry = {
abbr = item.label,
Expand Down

0 comments on commit f340412

Please sign in to comment.