Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 11, 2024
1 parent 3e61d89 commit 7a92193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/easycomplete/loading.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local Util = require "easycomplete.util"
local console = Util.console
local loading_ns = vim.api.nvim_create_namespace('loading_ns')
local loading_timer = vim.loop.new_timer()
local loading_chars = {'','','','','','',''}
local loading_chars = {'','','','','','','',''}
local cursor = 1

function set_loading_interval(interval, callback)
Expand Down

0 comments on commit 7a92193

Please sign in to comment.