Add lhaskell to allowlist of hie and hls

This commit is contained in:
a5ob7r
2022-06-21 12:53:10 +09:00
committed by mattn
parent 354ce84d47
commit 063262d93d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ augroup vim_lsp_settings_haskell_language_server_wrapper
\ 'allowlist':
\ lsp_settings#get('haskell-language-server-wrapper', 'allowlist',
\ lsp_settings#get('haskell-language-server', 'allowlist',
\ ['haskell'])),
\ ['haskell', 'lhaskell'])),
\ 'blocklist':
\ lsp_settings#get('haskell-language-server-wrapper', 'blocklist',
\ lsp_settings#get('haskell-language-server', 'blocklist',

View File

@@ -23,7 +23,7 @@ augroup vim_lsp_settings_hie_wrapper
\ 'allowlist':
\ lsp_settings#get('hie-wrapper', 'allowlist',
\ lsp_settings#get('hie', 'allowlist',
\ ['haskell'])),
\ ['haskell', 'lhaskell'])),
\ 'blocklist':
\ lsp_settings#get('hie-wrapper', 'blocklist',
\ lsp_settings#get('hie', 'blocklist',