Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-23 | Fix autoload for phoenix | sharils | |
When dializer isn't a dependency, mix dialyzer recompiles the whole project because it's not possible to know if this command dialyzer exist or not until recompilation is done. Then the timestamps of the project is messed up which results in broken hot-loading. In this case, mix help dialyzer would return zero which prevents compilation of the whole project since dialyzer isn't installed, it's help manual doesn't exist. When dialyzer is a dependency, mix dialyzer would just run the command. In this case, mix help dialyzer would return 1 which allows mix dialyzer to run. | |||
2018-07-20 | Merge pull request #1736 from unpairedbracket/master | w0rp | |
Add support for Fortran language server by @hansec | |||
2018-07-20 | Fix #1631 - Disable balloon support for terminals by default | w0rp | |
2018-07-19 | Add the .fortls file necessary for tests to work (defying .gitignore) | Ben Spiers | |
2018-07-19 | Add documentation and testing for fortls | Ben Spiers | |
2018-07-19 | Capture server capabilities from LSP servers | w0rp | |
2018-07-19 | Add support for Fortran language server by @hansec | Ben Spiers | |
2018-07-19 | Capitalize Language Server Protocol | w0rp | |
2018-07-19 | Make LSP support more prominent in the README | w0rp | |
2018-07-17 | Fix #1708 - Don't modify linters or register fixers in the sandbox | w0rp | |
2018-07-17 | #1700 - Don't send <C-x><C-o> for completion in Insert mode | w0rp | |
2018-07-17 | Fix #1619 - Rewrite lint on enter events so they behave better | w0rp | |
2018-07-16 | #1700 - Stop handling completion results if you leave insert mode | w0rp | |
2018-07-16 | Try to make tests pass on Windows again | w0rp | |
2018-07-16 | Try and make the temporary file test fail less on Windows | w0rp | |
2018-07-16 | Make NeoVim 0.3 tests fail a bit less | w0rp | |
2018-07-16 | Add a missing ToC entry for remark-lint | w0rp | |
2018-07-16 | Merge pull request #1730 from watagashi/local-remark-lint-with-new-test | w0rp | |
Support remark-lint installed locally with new test | |||
2018-07-16 | remark-lint without saving to disk | Takashi WADA | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |
2018-07-16 | Only temporarily replace TMPDIR if it's defined to be an empty string | w0rp | |
2018-07-15 | Stop the no loclist clearing test from failing in NeoVim 0.3 | w0rp | |
2018-07-15 | unlet $TMPDIR too, where we can | w0rp | |
2018-07-15 | Re-run history tests, which can fail randomly | w0rp | |
2018-07-15 | Fix #1687 - Parse highlights when verbose > 0 | w0rp | |
2018-07-15 | Update the Python documentation | w0rp | |
2018-07-15 | Merge pull request #1724 from randrej/master | w0rp | |
Pipenv virtualenv and project path detection | |||
2018-07-15 | Add kotlin language server support (#1725) | MTDL9 | |
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-14 | Detect Python proj. roots by Pipfile | Andrej Radovic | |
"Pipfile" and "Pipfile.lock" files are also often located in Python module or package directories and their presence is an okay heuristic for finding project roots. | |||
2018-07-14 | Added the default local virtualenv name for Pipenv. | Andrej Radovic | |
Pipenv doesn't do local virtualenvs by default, it uses a special local directory to store them all. However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable set to 1, it creates the virtual environment in the root of the project, under the name ".venv". This is why I've added this as a possible virtualenv dir name. | |||
2018-07-13 | Retry the smoke test on Windows too | w0rp | |
2018-07-13 | Handle linter callback functions being unknown or deleted | w0rp | |
2018-07-13 | Merge pull request #1720 from MTDL9/fix-error-response-string-data | w0rp | |
Fix E712 error in ale#lsp#response#GetErrorMessage when receiving string primitives in the error.data field | |||
2018-07-13 | Support strings in data field of error responses | MTDL9 | |
2018-07-12 | Try to start the NeoVim 0.3 tests more times | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-12 | Remove an unused variable | w0rp | |
2018-07-11 | Try the smoke test a few times over in NeoVim 0.3, which fails randomly | w0rp | |
2018-07-11 | Update the sandbox test now that functions can be defined in the sandbox | w0rp | |
2018-07-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-06 | Add an AssertLinter command for tests | w0rp | |
2018-07-06 | Fix tests on Windows | w0rp | |
2018-07-06 | Merge pull request #1703 from jamestthompson3/master | w0rp | |
Add flow-language-server | |||
2018-07-06 | Add flow-language-server | jamestthompson3 | |
2018-07-06 | Remove an outdated note from the documentation | w0rp | |
2018-07-06 | Fix tests on Windows | w0rp | |
2018-07-06 | Fix the broken tests | w0rp | |
2018-07-05 | Fix command formatting for LSP linters | w0rp | |
2018-07-05 | Support formatting escaped executable names into commands with %e | w0rp | |