This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/autoload/ale
2018-10-22 23:42:50 +09:00
..
completion Close #1162 - Implement completion support with LSP servers 2018-04-22 12:28:19 +01:00
engine Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
fix Add fixer for Go modules (#1873) 2018-09-19 19:33:23 +01:00
fixers Allow custom filters for the jq fixer (#1980) 2018-10-12 09:15:32 +01:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers FIX: use mix from the project root directory (#1954) 2018-10-10 17:19:47 +01:00
lsp Correct related information line numbers from 0-based to 1-based 2018-08-15 14:46:57 -07:00
assert.vim Add solargraph LSP linter. 2018-08-27 10:58:17 +09:00
balloon.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
c.vim c#ParseCFlags: don't index empty list 2018-09-16 22:57:43 +10:00
command.vim Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR 2018-07-12 13:05:59 +01:00
completion.vim #1794 - Handle LSP documentation content as a Dictionary 2018-09-17 11:16:46 +01:00
cursor.vim Fix E523 on asynchronous truncated echo (#1987) 2018-10-11 15:01:27 +01:00
d.vim New linter: dls (#1992) 2018-10-17 16:11:41 +01:00
debugging.vim Close #1522 - Show suggested fixers in :ALEInfo 2018-06-21 02:26:41 +01:00
definition.vim Merge pull request #1861 from dimbleby/goto-definition-column 2018-08-28 10:11:44 +01:00
engine.vim To avoid blocking build tools, suspend ALE when suspending vim 2018-09-16 15:57:13 +01:00
events.vim #1889 Add support for automatically previewing messages based on the cursor position 2018-09-14 12:42:26 +01:00
filetypes.vim #283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension 2017-02-13 10:36:38 +00:00
fix.vim #1872 Remove extra carriage returns when fixing files on Windows 2018-09-19 19:28:57 +01:00
go.vim Fix #1822 - support go-langserver lsp. 2018-09-06 13:46:59 +09:00
gradle.vim Get more of the tests to pass on Windows 2017-10-23 01:26:31 +01:00
highlight.vim Fix #1205 Do not add line highlights if the groups do not exist 2017-12-07 23:25:17 +00:00
history.vim #1524 - Define global variables where they are needed 2018-05-28 19:19:20 +01:00
hover.vim Use one LSP connection per project 2018-08-24 13:16:58 +01:00
java.vim Add vscode-java-language-server linter 2018-08-24 16:28:15 +09:00
job.vim Fix #1800 - Enable non-blocking writes where available 2018-09-06 20:04:35 +01:00
julia.vim Fix other warnings 2018-09-08 16:05:34 -04:00
linter.vim Changed sbtserver to just work off of the address variable 2018-09-01 21:03:29 -04:00
list.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
loclist_jumping.vim set marks to add to jump list 2018-04-27 17:18:18 +01:00
lsp.vim Improve ALE project style checking 2018-09-04 16:51:18 +01:00
lsp_linter.vim Stop tsserver from causing errors to be rendered redundantly 2018-09-18 17:43:17 +01:00
node.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
path.vim fix indent 2018-10-22 23:42:50 +09:00
pattern_options.vim Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
preview.vim #1889 Add support for automatically previewing messages based on the cursor position 2018-09-14 12:42:26 +01:00
python.vim Add python_auto_pipenv config var for all python linters. 2018-09-15 22:10:46 -04:00
references.vim Use one LSP connection per project 2018-08-24 13:16:58 +01:00
ruby.vim Add solargraph.yml file as root path search file. 2018-09-05 07:12:04 +09:00
semver.vim Simplfy semver handling and share the semver version cache across everything 2017-11-09 23:42:54 +00:00
sign.vim Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
socket.vim Fix #1800 - Enable non-blocking writes where available 2018-09-06 20:04:35 +01:00
statusline.vim Remove deprecated code for the 2.0 release 2018-07-04 08:36:34 +01:00
test.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
toggle.vim To avoid blocking build tools, suspend ALE when suspending vim 2018-09-16 15:57:13 +01:00
uri.vim #517 Add more code LSP support which makes the tssserver linter behave more like the LSP linters 2017-07-26 10:37:37 +01:00
util.vim #1872 Remove extra carriage returns when fixing files on Windows 2018-09-19 19:28:57 +01:00