From f14175e142825c69c5b39e8f1564b9945a97d4aa Mon Sep 17 00:00:00 2001 From: Khang Date: Sun, 27 Mar 2022 16:03:24 +0800 Subject: [PATCH] fix: typo (#626) --- lua/lualine_require.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lualine_require.lua b/lua/lualine_require.lua index b758180..c8aad79 100644 --- a/lua/lualine_require.lua +++ b/lua/lualine_require.lua @@ -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))