mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-02 06:53:32 +00:00
Fix yaml-language-server and helm-ls integration (#1125)
* lib/languages: fix typo in server submodule Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964c495ef58a9572ae93715bacf694a6ff5 * wrapper/build: add option examples; put evaluated values in `literalExpression` Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69648220a65886994d4cac67f634a61815d5 * languages/yaml: fix on_attach by using mkLuaInline * languages/helm: fix yaml-language-server integration * language/yaml: call default_on_attach in helm version --------- Signed-off-by: NotAShelf <raf@notashelf.dev> Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
commit
6447bdf013
3 changed files with 18 additions and 9 deletions
|
@ -289,6 +289,10 @@
|
|||
- Fix [blink.cmp] breaking when built-in sources were modified.
|
||||
- Fix [conform.nvim] not allowing disabling formatting on and after save. Use
|
||||
`null` value to disable them if conform is enabled.
|
||||
- Fix Helm-YAML language module integration. YAML diagnostics will now remain in
|
||||
`helmfile`s when both are enabled.
|
||||
- Fix YAML language module not activating LSP keybinds if the Helm language
|
||||
module was also enabled.
|
||||
|
||||
[TheColorman](https://github.com/TheColorman):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue