nvim: lsp-utils: Enable multiple component loading for HLS
This commit is contained in:
parent
adc8f0137a
commit
29a5df7807
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,8 @@ function M.hls_config()
|
||||||
cabalFormattingProvider = 'cabalfmt',
|
cabalFormattingProvider = 'cabalfmt',
|
||||||
formattingProvider = 'ormolu',
|
formattingProvider = 'ormolu',
|
||||||
maxCompletions = 20,
|
maxCompletions = 20,
|
||||||
plugin = { stan = { globalOn = false } }
|
plugin = { stan = { globalOn = false } },
|
||||||
|
sessionLoading = 'multipleComponents'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue