Skip to content

docs: add (disabled) diagnostics config to bug report template #2484

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

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

alex-courtis
Copy link
Member

Drafted during #2460

@@ -11,6 +11,10 @@ local function load_plugins()
"wbthomason/packer.nvim",
"nvim-tree/nvim-tree.lua",
"nvim-tree/nvim-web-devicons",

-- UNCOMMENT for diagnostics issues
-- "neovim/nvim-lspconfig",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't we request native lsp start function call over additional plugin?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes please!

Do you know how to get that going?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess we can just direct to :h vim.lsp.start which has an example right there.

Copy link
Member Author

Choose a reason for hiding this comment

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

Well... I was overthinking that; I didn't realise it was that simple.

Please test drive the new commented out template.

Copy link
Collaborator

@Akmadan23 Akmadan23 left a comment

Choose a reason for hiding this comment

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

This makes total sense. Seeing this I even thought to add a separate bug report template for diagnostics related issues but maybe that's too much. This seems an optimal middle ground.

@alex-courtis alex-courtis merged commit df38f1f into master Oct 30, 2023
@alex-courtis alex-courtis deleted the docs-template-diagnostics branch October 30, 2023 01:44
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.

3 participants