Skip to content

Conversation

mrcjkb
Copy link
Owner

@mrcjkb mrcjkb commented Apr 30, 2025

Closes #465.

nvim-lspconfig has a lsp/hls.lua file that automatically gets sourced and causes this plugin's config to be overridden.
Instead of using vim.lsp.config['hls'], this plugin now uses vim.lsp.config['haskell-tools'] to avoid this conflict.

Copy link
Contributor

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(lsp): some lsp-related bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (Steps to reproduce in PR description).
  • Updated documentation.

@mrcjkb mrcjkb merged commit 8b0d713 into master Apr 30, 2025
9 checks passed
@mrcjkb mrcjkb deleted the mj/push-muwsokkroopx branch April 30, 2025 15:22
mrcjkb added a commit that referenced this pull request Apr 30, 2025
mrcjkb added a commit that referenced this pull request Apr 30, 2025
mrcjkb added a commit that referenced this pull request Apr 30, 2025
🤖 I have created a release *beep* *boop*
---


##
[6.0.0](v5.0.0...v6.0.0)
(2025-04-30)


### ⚠ BREAKING CHANGES

* use `vim.lsp.config('haskell-tools')` to fix conflict with
nvim-lspconfig
([#466](#466))

### Features

* use `vim.lsp.config('haskell-tools')` to fix conflict with
nvim-lspconfig
([#466](#466))
([de64738](de64738))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

Conflict with nvim-lspconfig v2.1.0
1 participant