summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Merge pull request #1770 from fredemmott/hackw0rp
Split Hack out from PHP, modernize
2018-08-02Disable HHAST by defaultFred Emmott
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
2018-08-02Fall back on flags for other C/C++ files in the same directoryw0rp
2018-08-02Include the error in the detailed error message in the GCC handlerw0rp
2018-08-02Javascript prettier filetype detect fix (#1769)Paul Reimer
Support fixing YAML and HTML files with prettier for files without file extensions.
2018-08-02Update suggested filetypes for hackfmtFred Emmott
2018-08-02Split Hack out from PHP, modernizeFred 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-02Merge pull request #1771 from fredemmott/lspw0rp
Show LSP diagnostic codes for `%code%` in message formats
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
fixes #1767
2018-08-01python: add lookup path for flake8 configTravis Cline
2018-08-01Add a type check for the error data from LSP serversw0rp
2018-07-30Indicate that a C compiler failed due to problems in a header filew0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-26#1700 - Try using a 0ms timer showing the completion menuw0rp
2018-07-25#1700 - Temporarily change completion options when the feedkeys() keybind is ↵w0rp
fired
2018-07-25Fix #1758 - Set marks before going to definitionsw0rp
2018-07-25Merge pull request #1539 from JonnyRa/jump-list-fixw0rp
set marks to add to jump list
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2018-07-23Make the test C import path test fail lessw0rp
2018-07-23Get tests to pass in Vim 8.1w0rp
2018-07-23#1751 Handle LSP completion results without the 'kind' attributew0rp
2018-07-22Remove the redundant fix_buffer_data vars and filename variablesw0rp
2018-07-22#1692 - Only send completion requests to the first server supporting themw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-19Capture server capabilities from LSP serversw0rp
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-16Only temporarily replace TMPDIR if it's defined to be an empty stringw0rp
2018-07-15unlet $TMPDIR too, where we canw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-07-15Merge pull request #1724 from randrej/masterw0rp
Pipenv virtualenv and project path detection
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-13Handle linter callback functions being unknown or deletedw0rp
2018-07-13Support strings in data field of error responsesMTDL9
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-12Remove an unused variablew0rp
2018-07-11Update the sandbox test now that functions can be defined in the sandboxw0rp
2018-07-06Add an AssertLinter command for testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-05Merge pull request #1698 from dsifford/dsifford-isort-optionsw0rp
add options variable to isort
2018-07-04address code review issuesDerek P Sifford
2018-07-05Optimise ale#Set slightlyw0rp
2018-07-04Optimise ale#Var a littlew0rp