From 8f866213e771bab9b8614cc4bd1cdd8fe2f7d401 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Fri, 17 Sep 2021 08:59:48 +0600 Subject: [PATCH] fix: typos --- BRAKING_CHANGES.md => BREAKING_CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename BRAKING_CHANGES.md => BREAKING_CHANGES.md (94%) diff --git a/BRAKING_CHANGES.md b/BREAKING_CHANGES.md similarity index 94% rename from BRAKING_CHANGES.md rename to BREAKING_CHANGES.md index eb93afb..8732177 100644 --- a/BRAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -43,11 +43,11 @@ a cases it takes an optional `winid` in first argument . You can wrap it with a function so those self & is_active doesn't get passed to `lsp_status` ```lua -lualine_c = { function() return require'lsp_status'.status() end} +lualine_c = { function() return require'lsp-status'.status() end} ``` ### Options simplification -See #24 for details +See [#24](https://github.com/shadmansaleh/lualine.nvim/pull/24) for details - `upper` & `lower` removed use `string.upper/lower` in `fmt` option. - separators are specified by left & right instead of position instead of `{'>', '<'}` you'll use `{left= '>', right='<'}`.