.. |
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
|
Adds standardrb linter (#2133)
|
2018-12-10 14:02:32 -07:00 |
fixers
|
Fixup tests for auto-pipenv
|
2018-12-21 20:28:17 -08:00 |
gradle
|
Kotlin and general Gradle support. (#745)
|
2017-07-10 23:03:36 +01:00 |
handlers
|
refactor sasslint linter (#2077)
|
2018-12-06 11:23:31 -07:00 |
lsp
|
Merge branch 'master' into sridhars
|
2018-11-29 14:57:35 -07:00 |
assert.vim
|
Add a lsp_config_callback linter option
|
2018-10-31 08:42:42 -07:00 |
balloon.vim
|
Get tests to pass in Vim 8.1
|
2018-07-23 20:41:48 +01:00 |
c.vim
|
Fix CFLAGS parsing
|
2018-12-29 12:16:22 +01:00 |
command.vim
|
Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR
|
2018-07-12 13:05:59 +01:00 |
completion.vim
|
Optimize ale#completion#Filter when prefix is ""
|
2019-01-08 15:10:03 +01:00 |
cursor.vim
|
Move virtualtext handling to own file
|
2018-11-06 22:31:35 -08:00 |
d.vim
|
New linter: dls (#1992)
|
2018-10-17 16:11:41 +01:00 |
debugging.vim
|
Only set the unnamed register at the end of :ALEInfoToClipboard
|
2018-11-29 13:48:17 -07:00 |
definition.vim
|
Add versions of ALEGoToDefinition that open in splits
|
2018-12-19 18:35:56 -05:00 |
engine.vim
|
Move virtualtext handling to own file
|
2018-11-06 22:31:35 -08:00 |
events.vim
|
Merge pull request #2056 from luan/virtualtext
|
2018-11-11 09:17:53 +00: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
|
#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)
|
2018-12-18 11:13:28 +00: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
|
#1520 - Add an :ALEDocumentation for tsserver
|
2018-12-10 20:08:28 +00:00 |
java.vim
|
Add vscode-java-language-server linter
|
2018-08-24 16:28:15 +09:00 |
job.vim
|
Clean up the new g:ale_shell code. Use it for Windows
|
2019-01-03 21:23:09 +00:00 |
julia.vim
|
Fix other warnings
|
2018-09-08 16:05:34 -04:00 |
linter.vim
|
Fix #2084 - Disable mix by default, as it causes too many problems
|
2018-11-19 20:14:30 +00: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
|
Merge pull request #2035 from jparise/lsp_config_callback
|
2018-10-31 16:24:11 +00:00 |
lsp_linter.vim
|
Only send LSP config updates when the dict changes
|
2018-10-31 08:42:42 -07:00 |
node.vim
|
Simplify the code for most linters and tests with closures
|
2018-08-02 23:44:12 +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 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
|
Implement LSP symbol search
|
2018-10-31 16:13:31 +00:00 |
python.vim
|
Add python_auto_pipenv config var for all python linters.
|
2018-09-15 22:10:46 -04:00 |
references.vim
|
Replace trim with substitute for compatibility (Vim <8.0.1630)
|
2018-12-31 14:54:36 -07:00 |
ruby.vim
|
Adds standardrb linter (#2133)
|
2018-12-10 14:02:32 -07: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 |
symbol.vim
|
Implement LSP symbol search
|
2018-10-31 16:13:31 +00:00 |
test.vim
|
#1520 - Add an :ALEDocumentation for tsserver
|
2018-12-10 20:08:28 +00: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
|
Add versions of ALEGoToDefinition that open in splits
|
2018-12-19 18:35:56 -05:00 |
virtualtext.vim
|
Fixing linter problems
|
2018-11-25 13:57:13 +00:00 |