dense-analysis / dense-analysis/ale
WildMode not Working when ale_completion_enabled with a linter in play
Open
bug
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Nothing went wrong. I just don't know or can't find a setting to ensure that 'wildmode=list:longest,longest:full' works when `ale_completion_enabled`=1 ad a linter is able to be ran.
It seems with wildmode from above, and this mapping `inoremap pumvisible() ? '' :
\ '=pumvisible() ? "\Down>" : ""'
`
and without any linter, the lines are highlighted when the popup menu is visible.
When I go to a file that has a linter like .ts or .rs files, it appears that wildmode i have configured is not respected.
Contributor guide
Assessment
This issue has not been assessed yet.