From e21b2d5e83f9890af7150a1422e28cb2ca2ab406 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:30:21 +0800 Subject: [PATCH 01/11] doc: directly include default options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7aafa3..78ceac3 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { For complete configurations and defaults, please check [defaults.lua](https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua). +https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua + For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). For more advanced configurations, please see [Advanced Configuration](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration). From f6015972f6d010b1890589582b07bf1c338d2737 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:30:52 +0800 Subject: [PATCH 02/11] doc: wording --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 78ceac3..36ac166 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ A performant lsp progress status for Neovim. -Table of contents: - - [Performance](#performance) - [Requirement](#requirement) - [Install](#install) From 6cca236f9d198907355d45d87008cc009e69cb4c Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:32:25 +0800 Subject: [PATCH 03/11] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36ac166..2c06d5b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ A performant lsp progress status for Neovim. - +https://github.com/linrongbin16/lsp-progress.nvim/assets/6496887/a96d8ad8-3366-4895-8300-6903479b9b60 + +Table of contents: - [Performance](#performance) - [Requirement](#requirement) From 80e4dec716710d8cad2d52c448c71c4baa89def4 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:34:01 +0800 Subject: [PATCH 04/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c06d5b..873fd7b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { For complete configurations and defaults, please check [defaults.lua](https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua). -https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). From 1cbcc26b95e1b2ad9f82cdc595ea3645b00d0dbd Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:37:29 +0800 Subject: [PATCH 05/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 873fd7b..6eca25a 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ For complete configurations and defaults, please check [defaults.lua](https://gi https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3 + For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). For more advanced configurations, please see [Advanced Configuration](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration). From cc92ac34ed8f5b265f85f2b53530199019c3e173 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:38:19 +0800 Subject: [PATCH 06/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eca25a..148465e 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ For complete configurations and defaults, please check [defaults.lua](https://gi https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua -https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3 +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-161 For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). From 43babd5d56b58e29394f6893d4443b350c3a7e46 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:39:27 +0800 Subject: [PATCH 07/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148465e..f522ef2 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ For complete configurations and defaults, please check [defaults.lua](https://gi https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua -https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-161 +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-L161 For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). From 56278fd9234ab2070e2591d640c986a8bdfa2eb4 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 12:39:59 +0800 Subject: [PATCH 08/11] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f522ef2..77a771c 100644 --- a/README.md +++ b/README.md @@ -145,8 +145,6 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { For complete configurations and defaults, please check [defaults.lua](https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua). -https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua - https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-L161 For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). From 0788c6c6fe6e85bff48e9058dd488cb7ac8074d8 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 13:09:28 +0800 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a771c..64cd5d4 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { ## Configuration -For complete configurations and defaults, please check [defaults.lua](https://github.com/linrongbin16/lsp-progress.nvim/blob/main/lua/lsp-progress/defaults.lua). +For complete configurations and defaults, please check: https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-L161 From 21dd41319f6458f59252a83d7637961a415eb12e Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 13:18:56 +0800 Subject: [PATCH 10/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64cd5d4..bd2ae66 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { For complete configurations and defaults, please check: -https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-L161 +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua?plain=1#L3-L161 For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon). From e5f2a4a74ee03e62562e0458d25248d7431232ed Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Wed, 4 Oct 2023 13:19:36 +0800 Subject: [PATCH 11/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2ae66..64cd5d4 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ vim.api.nvim_create_autocmd("User LspProgressStatusUpdated", { For complete configurations and defaults, please check: -https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua?plain=1#L3-L161 +https://github.com/linrongbin16/lsp-progress.nvim/blob/6cca236f9d198907355d45d87008cc009e69cb4c/lua/lsp-progress/defaults.lua#L3-L161 For how to configure the permanent ` LSP` icon, please see [Permanent LSP icon](https://github.com/linrongbin16/lsp-progress.nvim/wiki/Advanced-Configuration#permanent-lsp-icon).