ale/autoload/ale
w0rp a366d325a7
Merge pull request #1815 from fredemmott/lsp-related-information
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
2018-08-20 16:59:21 +01: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 Use &l:equalprg so local options do not override global ones 2018-08-17 10:10:49 +01:00
fixers fix: Don't use error output from prettier_d for fixing files 2018-08-09 12:56:53 -04:00
gradle Kotlin and general Gradle support. (#745) 2017-07-10 23:03:36 +01:00
handlers Revert "#1459 Always run ESLint in the directory of the file being checked" 2018-08-10 11:49:17 +01:00
lsp Correct related information line numbers from 0-based to 1-based 2018-08-15 14:46:57 -07:00
assert.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
balloon.vim Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +01:00
c.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
command.vim Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR 2018-07-12 13:05:59 +01:00
completion.vim Stop creating closure function in global scope by using partials instead 2018-08-15 00:20:47 +01:00
cursor.vim Remove CallWithCooldown functions to save on time 2018-06-20 08:34:42 +01:00
debugging.vim Close #1522 - Show suggested fixers in :ALEInfo 2018-06-21 02:26:41 +01:00
definition.vim Stop creating closure function in global scope by using partials instead 2018-08-15 00:20:47 +01:00
engine.vim Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01:00
events.vim Fix #1619 - Rewrite lint on enter events so they behave better 2018-07-17 00:18:34 +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 Switch to v:t_ variables for type checks 2018-07-25 01:27:28 +01: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 Stop creating closure function in global scope by using partials instead 2018-08-15 00:20:47 +01:00
job.vim #830 Implement a socket wrapper API for use with LSP connections 2018-07-02 23:49:47 +01:00
linter.vim Use &l:equalprg so local options do not override global ones 2018-08-17 10:10:49 +01:00
list.vim #1524 - Define global variables where they are needed 2018-05-28 19:19:20 +01:00
loclist_jumping.vim set marks to add to jump list 2018-04-27 17:18:18 +01:00
lsp_linter.vim Check LSP capabilities before using them 2018-07-22 19:04:55 +01:00
lsp.vim Fix #1816 - Fix a type error in the initialize message handler 2018-08-16 14:19:12 +01:00
node.vim Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
path.vim Add support for parsing compile_commands.json files for C compilers 2018-07-29 19:24:27 +01: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 Close #1590 - Automatically close previews for hover 2018-06-21 23:02:36 +01:00
python.vim python: add lookup path for flake8 config 2018-08-01 20:07:11 -07:00
references.vim Stop creating closure function in global scope by using partials instead 2018-08-15 00:20:47 +01:00
ruby.vim Ban !=# and !=? from the codebase 2017-08-11 00:31:42 +01: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 #830 Make the LSP socket code so far use the new socket API 2018-07-03 00:30:26 +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 Get tests to pass in Vim 8.1 2018-07-23 20:41:48 +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 Use &l:equalprg so local options do not override global ones 2018-08-17 10:10:49 +01:00