Fix: typo (#333)
This commit is contained in:
committed by
GitHub
parent
6e6fbbc49e
commit
7b5411ce54
@@ -8,7 +8,7 @@ extensions.manager = setmetatable({}, {
|
||||
-- See if this extension exists.
|
||||
local ok, ext = pcall(require, 'telescope._extensions.' .. k)
|
||||
if not ok then
|
||||
error("This extenion doesn't exist or is not installed: " .. k .. "\n" .. ext)
|
||||
error("This extension doesn't exist or is not installed: " .. k .. "\n" .. ext)
|
||||
end
|
||||
|
||||
if ext.setup then
|
||||
|
||||
Reference in New Issue
Block a user