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

docs: delete lspconfig-keybindings section #3175

Merged
merged 2 commits into from
May 23, 2024

Conversation

gpanders
Copy link
Member

@gpanders gpanders commented May 23, 2024

This section is way too verbose and encourages sloppy copy-pasting (not to mention it is out of date). Nvim already ships help documentation for configuring the LSP client, so instead of duplicating that information, point users toward upstream docs instead.

Fixes: #3174

Related: #3122

This section is way too verbose and encourages sloppy copy-pasting. Nvim
already ships help documentation for configuring the LSP client, so
instead of duplicating that information, point users toward upstream
docs instead.
@gpanders gpanders requested a review from glepnir as a code owner May 23, 2024 18:34

- {settings} `table <string, string|table|bool>`
Prefer using an |LspAttach| autocommand handler instead.
Copy link
Member

@dundargoc dundargoc May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: README mentions on_attach instead of LspAttach, might be worth changing it there.

Copy link
Member Author

@gpanders gpanders May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done d3d4b25

Copy link
Member

@dundargoc dundargoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: well done

Copy link
Member

@justinmk justinmk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@gpanders gpanders merged commit b972e71 into neovim:master May 23, 2024
9 checks passed
@gpanders gpanders deleted the delete-lspconfig-keybindings branch May 23, 2024 21:15
@alexvitkov
Copy link

This is a bad decision - the keybinds section provided a great jumping-off point for 99% of users, and over time has become the de facto resource for bootstrapping a new configuration - when you google something like "neovim lsp go to definition" virtually all resources lead back to this README, which has now been stripped out of any useful content.

@dundargoc
Copy link
Member

Pretty much all keybindings have been upstreamed to neovim and is the default now.

@dundargoc dundargoc removed the request for review from glepnir May 26, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation on keybindings is out of date
4 participants