mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Add lhaskell to allowlist of hie and hls
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user