Amar Al-Zubaidi

Results 23 comments of Amar Al-Zubaidi

> works for me! (my dotfiles/nvim config are [here](https://github.com/baggiponte/dotfiles/tree/main/nvim)). How did it work for you? It did not work for me either.

> Perhaps if you put the settings before the plugin is sourced then it won't be affected? idk Yep, that was it, thanks.

You could just wait one second after pressing comma and it will work. You can change the time with the `timeoutlen` option. However, what I like to do is this:...

That does work, but it also causes behavior I don't want. If I enter a file that isn't empty, it will not lint because I set `g:ale_lint_on_enter` to zero. I...

> Please wrap this in a `if has('nvim')` condition :) I did so in the latest commit for this pull request. Thanks.

But I don't want to replace sumneko lua's binary.

@vitek-borovsky it is not working for me either. This could be an issue with Neovim 0.8.

> Yes. It's expected for now. The reason why is that the doesn't work case will make false positive completion. > > I can introduce option but I can't think...

Yes, it would be better if it wasn't the default behavior, but a flag option instead for those who want it.

l figured out that all you have to do is `exa --sort extension -a`.