nvim: plugin_settings: Disable omni completion for Haskell
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
490210fb98
commit
01de471188
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ let g:completion_chain_complete_list = {
|
||||||
\ {'mode': 'tags'},
|
\ {'mode': 'tags'},
|
||||||
\ {'mode': '<c-p>'},
|
\ {'mode': '<c-p>'},
|
||||||
\ {'mode': '<c-n>'},
|
\ {'mode': '<c-n>'},
|
||||||
\ {'mode': 'omni'}
|
|
||||||
\],
|
\],
|
||||||
\ 'rust': [
|
\ 'rust': [
|
||||||
\ {'complete_items': ['lsp']},
|
\ {'complete_items': ['lsp']},
|
||||||
|
|
Loading…
Reference in a new issue