mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-02 06:53:32 +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
|
@ -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