fix: typo ()

This commit is contained in:
Khang 2022-03-27 16:03:24 +08:00 committed by GitHub
parent e9b935ccd6
commit f14175e142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ local M = {}
M.sep = package.config:sub(1, 1)
-- Figures ou full path of lualine installation
-- Figures out full path of lualine installation
local source = debug.getinfo(1, 'S').source
if source:sub(1, 1) == '@' then
local base_start = source:find(table.concat({ 'lualine.nvim', 'lua', 'lualine_require.lua' }, M.sep))