ale/autoload/ale
Bryan Garber 70eeae54fb
Implement listing all returned results for LSP textDocument/implements (#4755)
* Fix list of definitions
* Fix when LSP returns single response on definition/implementation
* Update tag stack on ShowSelection
2024-05-01 11:58:06 +01:00
..
completion
engine #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
fix Add htmlbeautifier support (#4751) 2024-04-17 23:58:28 +09:00
fixers Add htmlbeautifier support (#4751) 2024-04-17 23:58:28 +09:00
gradle
handlers feat: detect ESLint flat config (#4753) 2024-04-20 19:14:48 +01:00
lsp Close #4458 - Add an ALEStopLSP command 2023-09-16 17:03:02 +01:00
uri Stop supporting ale_lsp_root 2023-09-16 17:17:42 +01:00
ant.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
args.vim
assert.vim #3633 - Move linter tests into test/linter 2021-03-21 00:25:33 +00:00
balloon.vim
c.vim cc: fix using '-x c*-header' for header files with GCC. (#4334) 2022-10-12 07:05:37 +09:00
code_action.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
codefix.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
command.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
completion.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
cursor.vim Don't echom if not in normal mode (#4560) 2023-07-31 08:39:30 +01:00
d.vim
debugging.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
definition.vim Implement listing all returned results for LSP textDocument/implements (#4755) 2024-05-01 11:58:06 +01:00
dhall.vim
engine.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
events.vim #4605 Use a single time for InsertLeave emulation 2023-09-08 18:51:04 +01:00
filename_mapping.vim
filerename.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
filetypes.vim Fix breakage w/ plugins that inadvertently trigger ALE in `execute()` (#3719) 2021-06-19 11:56:43 +01:00
fix.vim Improve ALEFix performance for neovim (#3974) 2023-09-05 14:36:17 +01:00
floating_preview.vim floatwin: use win_execute in NeoVim for commands when it exists (#4532) 2023-08-01 21:30:23 +01:00
go.vim Make staticcheck configurable with GOPATH detection 2021-05-27 22:03:46 +01:00
gradle.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
highlight.vim #4400 - Remove virtual-text defaults from highlight.vim 2022-12-27 16:24:10 +00:00
history.vim
hover.vim [hover] ParseLSPResult sets language 'text' for missing spec (#4699) 2024-02-22 11:10:32 +09:00
java.vim codespell: fix spelling errors picked out by `codespell` (#4343) 2022-10-29 20:56:09 +09:00
job.vim Prevent buffering of job output and excessive polling (#4259) 2022-07-26 17:56:12 +09:00
julia.vim
linter.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
list.vim codespell: fix spelling errors picked out by `codespell` (#4343) 2022-10-29 20:56:09 +09:00
loclist_jumping.vim
lsp.vim Communicate support for markdown to the lsp server (#4450) (#4453) 2023-07-25 10:43:57 +01:00
lsp_linter.vim Stop supporting ale_lsp_root 2023-09-16 17:17:42 +01:00
lsp_window.vim
lua.vim Add support for lua-language-server 2023-02-08 01:14:47 +00:00
maven.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
node.vim Enable gopls by default with GOPATH detection 2021-05-26 22:43:33 +01:00
organize_imports.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
other_source.vim
path.vim Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
pattern_options.vim
powershell.vim
preview.vim When repeating selections, jump to the last selected item 2021-06-29 11:53:11 +01:00
python.vim Close #4481 Try .venv first, drop ve-py3 2023-09-09 22:57:01 +01:00
racket.vim racket: support racket-langserver lsp (#3808) 2021-07-20 10:02:23 +09:00
references.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
rename.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
ruby.vim
semver.vim
sign.vim Use different group names for signs and virtual text (#4704) 2024-01-14 20:29:10 +09:00
socket.vim Feature: Add support for named-pipe sockets for LSPs (#3509) 2021-01-26 20:43:17 +00:00
statusline.vim
swift.vim apple-swift-format: linter and fixer with config swiftpm support (#3671) 2021-04-07 19:34:34 +09:00
symbol.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
test.vim Add neovim 0.6 to run-tests (#3998) 2022-04-01 13:17:15 +01:00
toggle.vim Clear virtualtext no matter how enabled (#4475) 2023-03-08 14:47:58 +00:00
uri.vim Add eclipselsp jdt:// support for textDocument/definition (#4030) 2022-03-04 19:03:27 +00:00
util.vim Improve ALEFix performance for neovim (#3974) 2023-09-05 14:36:17 +01:00
virtualtext.vim Print the most severe problem with virtualtext 2023-09-10 17:44:25 +01:00