mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-20 05:56:11 +00:00
Merge 9361263373 into 3997bd4db0
This commit is contained in:
commit
5e921accda
4 changed files with 249 additions and 77 deletions
|
|
@ -39,6 +39,9 @@
|
|||
`setupOpts.strategies.chat.adapter`, rename them to
|
||||
`setupOpts.interactions.chat.adapter`.
|
||||
|
||||
- Haskell LSP now defaults to haskell-language-server, haskell-tools based LSP
|
||||
support is moved to `vim.languages.haskell.extensions.haskell-tools`
|
||||
|
||||
[Snoweuph](https://github.com/snoweuph)
|
||||
|
||||
- Remove `mind.nvim`. This plugin doesn't exist anymore. The original author
|
||||
|
|
@ -201,6 +204,13 @@
|
|||
- Updated nix language plugin to use pkgs.nixfmt instead of
|
||||
pkgs.nixfmt-rfc-style
|
||||
|
||||
[dathegreat](https://github.com/dathegreat):
|
||||
|
||||
- Fixed invalid keys in the haskell-tools configuration
|
||||
- Split haskell configuration into `lsp/presets/haskell-language-server.nix` and
|
||||
`languages/haskell.nix`
|
||||
- Made the haskell LSP and formatter configurable
|
||||
|
||||
[alfarel](https://github.com/alfarelcynthesis):
|
||||
|
||||
[obsidian.nvim]: https://github.com/obsidian-nvim/obsidian.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue