mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-01 14:33:28 +00:00
language/yaml: call default_on_attach in helm version
This commit is contained in:
parent
671b6d187b
commit
68ca28af79
2 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,8 @@
|
|||
`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):
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
if config.vim.languages.helm.lsp.enable && config.vim.languages.helm.enable
|
||||
then ''
|
||||
function(client, bufnr)
|
||||
default_on_attach()
|
||||
local filetype = vim.bo[bufnr].filetype
|
||||
if filetype == "helm" then
|
||||
client.stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue