Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-02 | Disable HHAST by default | Fred Emmott | |
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea. | |||
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | Split Hack out from PHP, modernize | Fred Emmott | |
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack` | |||
2018-08-02 | Merge pull request #1771 from fredemmott/lsp | w0rp | |
Show LSP diagnostic codes for `%code%` in message formats | |||
2018-08-02 | Improved documentation for `code` loclist item field | Fred Emmott | |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott | |
fixes #1767 | |||
2018-08-01 | python: add lookup path for flake8 config | Travis Cline | |
2018-08-01 | doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | Daniel M. Capella | |
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7 | |||
2018-07-31 | #1700 - Mention how to work around the completeopt bug in the documentation | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-27 | Mention v:t_TYPE variables in the developer documentation | w0rp | |
2018-07-26 | doc: mark `vulture` as file linter | actionless | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-24 | Update the developer documentation | w0rp | |
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-07-22 | Merge pull request #1742 from typetetris/master | w0rp | |
Add cabal-ghc linter | |||
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-20 | Add cabal-ghc linter | Eric Wolf | |
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example | |||
2018-07-19 | Add documentation and testing for fortls | Ben Spiers | |
2018-07-19 | Add support for Fortran language server by @hansec | Ben Spiers | |
2018-07-17 | Fix #1619 - Rewrite lint on enter events so they behave better | w0rp | |
2018-07-16 | Add a missing ToC entry for remark-lint | w0rp | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |
2018-07-15 | Update the Python documentation | w0rp | |
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-13 | Handle linter callback functions being unknown or deleted | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-06 | Remove an outdated note from the documentation | w0rp | |
2018-07-05 | Support formatting escaped executable names into commands with %e | w0rp | |
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |
2018-07-05 | Fix the doctag alignment | w0rp | |
2018-07-04 | add options variable to isort | Derek P Sifford | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-04 | Make the language option for LSP linters optional | w0rp | |
2018-07-03 | Merge pull request #1691 from dsifford/dsifford-python-pyre | w0rp | |
add pyre lsp linter to python linters | |||
2018-07-03 | Close #830 - Implement LSP connections via TCP sockets | w0rp | |
2018-07-01 | Fix a false positive linting issue | w0rp | |
2018-07-01 | add pyre to table in doc/ale.txt | Derek P Sifford | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Close #1685 - Move developer documentation to a help file | w0rp | |
2018-07-01 | Fix a typo in the documentation | w0rp | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-28 | Move design goals to online documentation | w0rp | |
2018-06-27 | Rust Cargo linter: Improve workspace support (#1679) | Dan Aloni | |
* Rust Cargo linter: Improve workspace support When using Cargo workspaces [1], there is a 'Cargo.toml' directory in a top level directory, listing all the crates in the project. If we are currently editing one of the crates, 'cargo build' should execute in that directory for that crate's separate `Cargo.toml`, otherwise Cargo may spend more time possibly rebuilding the entire workspace, and maybe failing on one of the other crates, instead of succeeding on the current. [1] https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html | |||
2018-06-27 | Merge pull request #1675 from nicopauss/master | w0rp | |
Improve pyrex cython linter. | |||
2018-06-25 | sh: add bash-language-server linter | Christian HoĢltje | |