w0rp
|
753cf5da95
|
#653 - Automatically accept annoying loclist and quickfix errors from Vim
|
2017-08-20 13:27:18 +01:00 |
|
w0rp
|
be4347084e
|
Increase the default maximum completion suggestions to a more useful but safe level, and filter before requesting details, which is faster
|
2017-08-18 22:34:18 +01:00 |
|
w0rp
|
8cc7cd3aa1
|
Change the completeopt setting just before showing suggestions too, which works better
|
2017-08-18 21:06:21 +01:00 |
|
w0rp
|
0a282eb76a
|
Automatically adjust the completion options when using completion while you type
|
2017-08-17 23:06:02 +01:00 |
|
w0rp
|
17a76a7403
|
Cover completion with more tests
|
2017-08-16 00:45:46 +01:00 |
|
w0rp
|
a535d07f28
|
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
|
2017-08-08 08:39:13 +01:00 |
|
w0rp
|
666cfc6ee2
|
Fix the completion start position regex matching being off by one
|
2017-08-04 16:15:48 +01:00 |
|
w0rp
|
9ac74c44fe
|
Tell Vim omnicompletion that tsserver matches are case-insensitive
|
2017-08-04 13:35:02 +01:00 |
|
w0rp
|
09d50ebe31
|
Cover the Rust LSP with tests, allow LSP linters to be named anything, and rename the Rust LSP linter to rls
|
2017-08-02 23:21:30 +01:00 |
|
w0rp
|
cd860e3e8d
|
#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 |
|
w0rp
|
b4d23d700b
|
Set the g:ale_completion_enabled option when completion is enabled or disabled
|
2017-07-24 09:22:29 +01:00 |
|
w0rp
|
ee6dabcc4e
|
Don't mess with compleopt for each completion, as it doesn't work
|
2017-07-21 14:55:32 +01:00 |
|
w0rp
|
a6cc492a99
|
Limit the suggestions only after filtering them
|
2017-07-17 17:39:11 +01:00 |
|
w0rp
|
27feab7e3a
|
Filter the completion results by the prefix we used
|
2017-07-17 15:31:32 +01:00 |
|
w0rp
|
f7f6f6541d
|
Make tsserver completion more reliable, but not quite ready for documentation yet
|
2017-07-13 11:59:33 +01:00 |
|
w0rp
|
857ca941d2
|
Support an 'stdio' type for linter defintions, and require a command for LSP connections via programs
|
2017-07-02 13:17:24 +01:00 |
|
w0rp
|
b731bd77ab
|
Get automatic completion with tsserver to work
|
2017-07-02 10:58:18 +01:00 |
|
w0rp
|
5b731f761f
|
Refactor LSP jobs to use a uniform ID value
|
2017-07-02 10:58:18 +01:00 |
|
w0rp
|
9f21e45156
|
Add some experimental completion code for tsserver
|
2017-07-02 10:58:18 +01:00 |
|