ale/autoload/ale
BarrOff cdac7a830e
Add support for `ptop` fixer (#3652)
* Add support for `ptop` fixer

* add test file for ptop tests

* called wrong fixer in assertion test

* use ' %s %t' instead of ' %t %t'
2021-03-23 21:51:14 +09:00
..
completion Close #1162 - Implement completion support with LSP servers 2018-04-22 12:28:19 +01:00
engine Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP 2019-03-30 15:29:17 +09:00
fix Add support for `ptop` fixer (#3652) 2021-03-23 21:51:14 +09:00
fixers Add support for `ptop` fixer (#3652) 2021-03-23 21:51:14 +09:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
lsp Support going to type definition with tsserver (#3545) 2021-02-20 16:09:28 +00:00
ant.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
args.vim Add a function for parsing command args 2019-02-07 18:10:34 +00:00
assert.vim #3633 - Move linter tests into test/linter 2021-03-21 00:25:33 +00:00
balloon.vim Close #2727 - Add a hover-only setting for balloons 2020-11-21 20:12:09 +00:00
c.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
code_action.vim Fixes to code actions (cursor moving, tests, EOL/EOF corner cases) (#3478) 2021-02-20 16:16:47 +00:00
codefix.vim codefix: Fix LSP MenuCallback invocation (E119, not enough args) 2020-12-05 15:29:25 +00:00
command.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
completion.vim Allow duplicate LSP completions for autoimport (#3473) 2021-01-31 16:21:31 +00:00
cursor.vim Add nvim floating window support (replaces #3314) (#3470) 2021-01-14 18:06:20 +00:00
d.vim Remove otherproject#util#Double from d.vim 2019-04-13 07:59:01 +02:00
debugging.vim #3599 - Use ale_root instead of ale_lsp_root 2021-03-01 20:51:29 +00:00
definition.vim Close #2102 - Add support for the Angular language server 2021-03-14 21:10:20 +00:00
dhall.vim addressing missing docs + cleaning up older Dhall files 2020-09-14 10:13:11 +07:00
engine.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
events.vim Close #3309 - Add b:ale_lint_delay 2020-08-28 09:54:43 +01:00
filename_mapping.vim Close #2556 - Support filename mapping 2020-08-23 19:55:42 +01:00
filetypes.vim Update syntax checking 2019-02-06 18:05:13 +00:00
fix.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
floating_preview.vim Add borders for floating windows in Neovim (#3603) 2021-03-01 21:36:05 +00:00
go.vim Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
gradle.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
highlight.vim Fixes #2982 - Implement g:ale_exclude_highlights 2020-03-11 12:52:41 -04:00
history.vim #1524 - Define global variables where they are needed 2018-05-28 19:19:20 +01:00
hover.vim Add nvim floating window support (replaces #3314) (#3470) 2021-01-14 18:06:20 +00:00
java.vim Feature/add ant support (#2539) 2019-06-03 20:30:18 +01:00
job.vim Fix #2295 - Respond to initialize with an initialized message 2019-02-15 08:54:53 +00:00
julia.vim Fix other warnings 2018-09-08 16:05:34 -04:00
linter.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
list.vim 3560 add vim 8.2 and nvim 0.4 to ci tests (#3561) 2021-01-27 19:52:24 +00:00
loclist_jumping.vim Fix #1317 - Jump to column 1 for problems at column 0 2019-05-17 22:08:03 +01:00
lsp.vim Support going to type definition with tsserver (#3545) 2021-02-20 16:09:28 +00:00
lsp_linter.vim Close #2102 - Add support for the Angular language server 2021-03-14 21:10:20 +00:00
lsp_window.vim Mention the disabled option for message severity 2019-10-18 16:22:17 +01:00
maven.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
node.vim eslint: Use cwd from executable location to fix nested projects (#3222) 2020-07-08 14:42:01 +01:00
organize_imports.vim #3332 Implement :ALERename! for ignoring errors 2020-10-15 21:56:21 +01:00
other_source.vim #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00
path.vim Fix ale#path#Dirname on Windows 2021-03-15 21:30:13 +00:00
pattern_options.vim Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +01:00
powershell.vim Linter for powershell syntax errors (#2413) 2019-04-13 12:24:56 +01:00
preview.vim Fix #3316 - Repeat -relative for ALERepeatSelection 2020-08-27 12:41:07 +01:00
python.vim Update FindProjectRootIni with poetry.lock and pyproject.toml 2020-10-15 13:35:47 +02:00
references.vim Closes #3019 - Implement default navigation 2020-04-15 16:50:13 +01:00
rename.vim Fix #3332 - Modify everything for rename/actions 2020-11-21 19:00:53 +00:00
ruby.vim Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable 2019-08-13 01:52:13 -04:00
semver.vim #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
sign.vim 3560 add vim 8.2 and nvim 0.4 to ci tests (#3561) 2021-01-27 19:52:24 +00:00
socket.vim Feature: Add support for named-pipe sockets for LSPs (#3509) 2021-01-26 20:43:17 +00:00
statusline.vim Update syntax checking 2019-02-06 18:05:13 +00:00
swift.vim [lsp] Add Swift / SourceKit-LSP support (#2420) 2019-04-08 16:25:30 +01:00
symbol.vim #2132 Use an on-init callback for all LSP logic 2019-02-13 17:26:37 +00:00
test.vim Close #2102 - Add support for the Angular language server 2021-03-14 21:10:20 +00:00
toggle.vim Clear the virtualtext on disable 2019-02-20 11:08:27 +09:00
uri.vim Fix #3278 - Handle UTF-8 in URI encoding/decoding 2020-08-10 02:03:41 +01:00
util.vim #3632 Add ale#util#MapMatches 2021-03-15 22:30:22 +00:00
virtualtext.vim fix 2434: use text field instead of the detail field for virtualtext (#2441) 2019-04-16 14:40:39 +01:00