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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Oct 24, 2023
1 parent ffce2bb commit 6484c5d
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 @@ -445,7 +445,7 @@ local function setup(opt)
signature = opt.signature or false

if not vim.snippet then
vim.notify('neovim version a bit old', vim.log.level.WARN)
vim.notify('neovim version a bit old', vim.log.levels.WARN)
end

-- Usually I just use one client for completion so just one
Expand Down

0 comments on commit 6484c5d

Please sign in to comment.