Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: directly include default options #68

Closed
wants to merge 11 commits into from
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

A performant lsp progress status for Neovim.

<https://github.com/linrongbin16/lsp-progress.nvim/assets/6496887/a96d8ad8-3366-4895-8300-6903479b9b60>
https://github.com/linrongbin16/lsp-progress.nvim/assets/6496887/a96d8ad8-3366-4895-8300-6903479b9b60

Table of contents:

Expand Down Expand Up @@ -143,7 +143,9 @@ 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

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).

Expand Down
Loading