joshuamabina / dotfiles

my dotfiles
MIT License
8 stars 0 forks source link

Code completion #45

Open joshuamabina opened 4 years ago

joshuamabina commented 4 years ago

Add code completion support. Options follow below:

joshuamabina commented 4 years ago

ALE - Asynchronous Lint Engine

ALE makes use of NeoVim and Vim 8 job control functions and timers to run linters on the contents of text buffers and return errors as text is changed in Vim.

ALE offers support for fixing code with command line tools in a non-blocking manner with the :ALEFix feature, supporting tools in many languages, like prettier, eslint, autopep8, and more.

https://github.com/dense-analysis/ale

--