summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-22Merge pull request #1751 from melentye/masterw0rp
Add Clangd language server support for C
2018-07-22Add Clangd language server support for CAndrey Melentyev
2018-07-22Check LSP capabilities before using themw0rp
2018-07-22Merge pull request #1750 from kylef/kylef/apib-tmpw0rp
Make drafter linter use stdin instead of writing to tmp file
2018-07-22Make drafter linter use stdin instead of writing to tmp fileKyle Fuller
Writing to a tmp file is unnecessary as drafter will use stdin if a path is not provided.
2018-07-22Merge pull request #1742 from typetetris/masterw0rp
Add cabal-ghc linter
2018-07-22Move README.md backw0rp
2018-07-22Revert "Update the tests to check README.md in the new location"w0rp
This reverts commit 6c10be8992b9a54e83bab58838c1553d36028c7e.
2018-07-22Update the tests to check README.md in the new locationw0rp
2018-07-22Move GitHub files to the .github directoryw0rp
2018-07-20Merge pull request #1736 from unpairedbracket/masterw0rp
Add support for Fortran language server by @hansec
2018-07-20Fix #1631 - Disable balloon support for terminals by defaultw0rp
2018-07-20Add cabal-ghc linterEric Wolf
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example
2018-07-19Add the .fortls file necessary for tests to work (defying .gitignore)Ben Spiers
2018-07-19Add documentation and testing for fortlsBen Spiers
2018-07-19Capture server capabilities from LSP serversw0rp
2018-07-19Add support for Fortran language server by @hansecBen Spiers
2018-07-19Capitalize Language Server Protocolw0rp
2018-07-19Make LSP support more prominent in the READMEw0rp
2018-07-17Fix #1708 - Don't modify linters or register fixers in the sandboxw0rp
2018-07-17#1700 - Don't send <C-x><C-o> for completion in Insert modew0rp
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2018-07-16#1700 - Stop handling completion results if you leave insert modew0rp
2018-07-16Try to make tests pass on Windows againw0rp
2018-07-16Try and make the temporary file test fail less on Windowsw0rp
2018-07-16Make NeoVim 0.3 tests fail a bit lessw0rp
2018-07-16Add a missing ToC entry for remark-lintw0rp
2018-07-16Merge pull request #1730 from watagashi/local-remark-lint-with-new-testw0rp
Support remark-lint installed locally with new test
2018-07-16remark-lint without saving to diskTakashi WADA
2018-07-16Support remark-lint installed locallyTakashi WADA
2018-07-16Only temporarily replace TMPDIR if it's defined to be an empty stringw0rp
2018-07-15Stop the no loclist clearing test from failing in NeoVim 0.3w0rp
2018-07-15unlet $TMPDIR too, where we canw0rp
2018-07-15Re-run history tests, which can fail randomlyw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-07-15Update the Python documentationw0rp
2018-07-15Merge pull request #1724 from randrej/masterw0rp
Pipenv virtualenv and project path detection
2018-07-15Add 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-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-14Detect Python proj. roots by PipfileAndrej 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-14Added 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-13Retry the smoke test on Windows toow0rp
2018-07-13Handle linter callback functions being unknown or deletedw0rp
2018-07-13Merge pull request #1720 from MTDL9/fix-error-response-string-dataw0rp
Fix E712 error in ale#lsp#response#GetErrorMessage when receiving string primitives in the error.data field
2018-07-13Support strings in data field of error responsesMTDL9
2018-07-12Try to start the NeoVim 0.3 tests more timesw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-12Remove an unused variablew0rp
2018-07-11Try the smoke test a few times over in NeoVim 0.3, which fails randomlyw0rp
2018-07-11Update the sandbox test now that functions can be defined in the sandboxw0rp