-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
fix(haskell): Update haskell-tools.nvim
to v2.0.0
#553
fix(haskell): Update haskell-tools.nvim
to v2.0.0
#553
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
Co-authored-by: Marc Jakobi <[email protected]>
Nit: I would suggest changing the PR title's prefix to |
Fair enough; will update the type to |
haskell-tools.nvim
to v2.0.0haskell-tools.nvim
to v2.0.0
@Per48edjes Your first PR title was fine. :) |
haskell-tools.nvim
to v2.0.0haskell-tools.nvim
to v2.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add optional to telescope.nvim
- I don't think
utils.list_insert_unique(astronvim.lsp.skip_setup, "hls")
is inplace. It should be
astronvim.lsp.skip_setup = utils.list_insert_unique(astronvim.lsp.skip_setup, "hls")
Incorporated these in ead0450! Happy to continue moving this forward -- would need some direction on whether this is good as is or whether we're trying to throw |
I don't use AstroNvim, so I don't feel strongly about this.
Either way, the previous version of this package was not user-configurable, so I would say go with YAGNI for now. On a related note: haskell-tools will soon auto-discover DAP configurations by default if |
Appreciate the heads up on the v2.1 launch @mrcjkb |
I'll leave the last word to @mrcjkb He knows his plugin well enough. Any thoughts about where the vim.g code should go, etc? |
Let's merge this as is for now and I'll open a separate PR after the 2.1 haskell-tools release 😄 |
Looking forward to it! |
📑 Description
Update the Haskell pack's
init.lua
to reflect the changes made in mrcjkb/haskell-tools.nvim#227. (The changes herein are lifted directly from the plugin creator's suggestedlazy.nvim
config.)ℹ Additional Information
vim
to Neovim, I'm also a newbie when it comes to Lua configs... 😬