I keep getting this error when i enable loclist or quickfix #4123
Unanswered
sorrowlol
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 1 reply
-
I have found the solution. It was NERDTree causing the issue. I had an autocommand on my .vim for NERDTreeMirror and it seemed to cause problems. I removed it from my config file and now everything works perfectly :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The linter works fine now after I made some changes, however I would like to also use the loclist to provide me with list of errors. Whenever I enable it, i get the error in the image. I have to press keys a few times and then i can see the errors in the loclist, but it is annoying as it happens every time. Is there a way around it?
I have no idea of knowing which function that is as it doesn't say in VIM, I tried using set verbose=1 and still nothing :/
The problem happens when i set:
let g:ale_set_loclist = 1
or
let g:ale_set_quickfix = 1
Anyone with a similar problem while using ALE Quickfix?
Beta Was this translation helpful? Give feedback.
All reactions