.. |
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
|
clang-format supported with nvcc (cuda files)
|
2019-03-02 21:39:44 -07:00 |
fixers
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
gradle
|
Kotlin and general Gradle support. (#745)
|
2017-07-10 23:03:36 +01:00 |
handlers
|
#2395 - Handle empty output for redpen
|
2019-03-29 16:09:27 +00:00 |
lsp
|
#2397 - didChangeConfiguration should be a notification
|
2019-04-02 22:00:03 +01:00 |
args.vim
|
Add a function for parsing command args
|
2019-02-07 18:10:34 +00:00 |
assert.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
balloon.vim
|
Get tests to pass in Vim 8.1
|
2018-07-23 20:41:48 +01:00 |
c.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
command.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
completion.vim
|
Merge pull request #2347 from codenut/master
|
2019-03-11 09:07:31 +00:00 |
cursor.vim
|
#2417 - Silence errors for shortmess+=T
|
2019-04-08 11:41:23 +01:00 |
d.vim
|
Remove otherproject#util#Double from d.vim
|
2019-04-13 07:59:01 +02:00 |
debugging.vim
|
Add additional ways to detect LSP project root
|
2019-01-26 04:46:41 +00:00 |
definition.vim
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
engine.vim
|
Close #2132 - Add deprecation warnings for old features
|
2019-04-07 16:24:08 +01:00 |
events.vim
|
Merge pull request #2056 from luan/virtualtext
|
2018-11-11 09:17:53 +00:00 |
filetypes.vim
|
Update syntax checking
|
2019-02-06 18:05:13 +00:00 |
fix.vim
|
Close #2132 - Add deprecation warnings for old features
|
2019-04-07 16:24:08 +01:00 |
go.vim
|
Update syntax checking
|
2019-02-06 18:05:13 +00: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
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
java.vim
|
Add vscode-java-language-server linter
|
2018-08-24 16:28:15 +09: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
|
Do not complain about generated _callback settings
|
2019-04-10 19:53:11 +01:00 |
list.vim
|
Fix #2368 - Open vertical list to the right
|
2019-03-16 21:39:11 -04:00 |
loclist_jumping.vim
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
lsp_linter.vim
|
#2132 - Support deferred execution for LSP executables, commands, and addresses
|
2019-02-27 23:26:32 +00:00 |
lsp.vim
|
#2132 - Support deferred execution for LSP executables, commands, and addresses
|
2019-02-27 23:26:32 +00:00 |
node.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
other_source.vim
|
#2017 Add support for display results from other sources
|
2018-10-29 18:28:28 +00:00 |
path.vim
|
#2357 Handle Windows paths where the drive letter colon is encoded
|
2019-03-13 16:44:29 +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 #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
python.vim
|
python/pylint: Change directory to project root
|
2019-02-17 10:40:50 -07:00 |
references.vim
|
Fix #2402 - Handle null LSP references responses
|
2019-03-29 13:42:24 +00:00 |
ruby.vim
|
ruby: fix a typo in a comment
|
2019-03-15 16:18:57 -07:00 |
semver.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
sign.vim
|
Fix #2351 - Escape spaces and backslashes for signs
|
2019-03-11 19:44:51 +00:00 |
socket.vim
|
Fix #1800 - Enable non-blocking writes where available
|
2018-09-06 20:04:35 +01: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
|
#2132 - lint and fix with ale#command#Run
|
2019-02-06 22:00:11 +00:00 |
toggle.vim
|
Clear the virtualtext on disable
|
2019-02-20 11:08:27 +09: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
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
virtualtext.vim
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |