| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | bugfix for code action not working sometimes | Jerry Wang | 2020-12-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | tested on my local. | |||||
| | * | | | | | Merge pull request #439 from benawas/master | Hirokazu Hata | 2020-12-09 | 1 | -2/+6 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Add extension to pyright command name on Windows | |||||
| | | * | | | | | Add extension to pyright command name on Windows | benawas | 2020-12-04 | 1 | -2/+6 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #406 from igrep/purescriptls-win | Hirokazu Hata | 2020-12-09 | 1 | -1/+4 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | Add extension to purescriptls command name on Windows | YAMAMOTO Yuji | 2020-11-16 | 1 | -1/+4 | |
| | | | | | | | ||||||
| | * | | | | | pyright: Wrap settings correctly with python.analysis | Peter Lithammer | 2020-12-03 | 1 | -2/+6 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #366 from Ogromny/zls_support | Matthieu Coudron | 2020-12-03 | 1 | -0/+22 | |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | Add support for Zig Language Server | |||||
| | | * | | | | [ZLS] change root_dir | Ogromny | 2020-09-24 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | | * | | | | [ZLS] initial commit | Ogromny | 2020-09-24 | 1 | -0/+20 | |
| | | | |/ / | | |/| | | ||||||
| | * | | | | Remove before_init workaround | Michael Lingelbach | 2020-11-27 | 1 | -7/+0 | |
| | | | | | | ||||||
| | * | | | | These init_options need to be booleans in order to take effect | Pat O'Connor | 2020-11-22 | 1 | -5/+5 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Add unzip dependency for mac and linux installation | Michael Lingelbach | 2020-11-15 | 1 | -0/+4 | |
| | | | | | ||||||
| | * | | | Move pyright.lua to correct location under lspconfig | Michael Lingelbach | 2020-11-15 | 1 | -0/+0 | |
| | | | | | ||||||
| | * | | | Merge pull request #303 from mjlbach/feature/add-pyright-languageserver | Hirokazu Hata | 2020-11-16 | 1 | -0/+40 | |
| | |\ \ \ | | |_|/ | |/| | | ||||||
| | | * | | nvim_lsp -> lspconfig | Michael Lingelbach | 2020-11-15 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Update pyright.lua | Michael Lingelbach | 2020-09-09 | 1 | -3/+7 | |
| | | | | | ||||||
| | | * | | Add analysis setting | Michael Lingelbach | 2020-07-14 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | useLibraryCodeForTypes to automatically parse virtualenv | Michael Lingelbach | 2020-07-14 | 1 | -2/+5 | |
| | | | | | ||||||
| | | * | | Update root detection | Michael Lingelbach | 2020-07-14 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Add pyright languageserver | Michael Lingelbach | 2020-07-14 | 1 | -0/+32 | |
| | | | | | ||||||
| | * | | | Merge pull request #399 from Iron-E/patch-1 | Hirokazu Hata | 2020-11-16 | 3 | -15/+14 | |
| | |\ \ \ | ||||||
| | | * | | | Re-add negation after automated commit | Iron_E | 2020-11-15 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Update lua/lspconfig/configs.lua | Iron-E | 2020-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| | | * | | | Remove redundant assertion | Iron_E | 2020-11-15 | 1 | -2/+1 | |
| | | | | | | ||||||
| | | * | | | Use 'not config.callbacks' over 'not lsp.callbacks' | Iron_E | 2020-11-15 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Put assertion within function scope | Iron_E | 2020-11-15 | 1 | -3/+1 | |
| | | | | | | ||||||
| | | * | | | Move no callbacks assertion to outer scope | Iron_E | 2020-11-15 | 1 | -1/+3 | |
| | | | | | | ||||||
| | | * | | | Add help reference for failed callback assertion | Iron_E | 2020-11-15 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Change the rest of the callback usages | Iron_E | 2020-11-15 | 2 | -12/+12 | |
| | | | | | | ||||||
| | | * | | | Use handlers instead of callbacks | Iron-E | 2020-11-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | The recent changes in neovim head cause loading this file to create an error. These changes have resolved that on my machine | |||||
| | * | | | | terraformls: Fix arguments to cmd | Peter Lithammer | 2020-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ```console $ terraform-ls Usage: terraform-ls [--version] [--help] <command> [<args>] Available commands are: completion Lists available completion items inspect-module Lists available debug items serve Starts the Language Server ``` ```console $ terraform-ls serve 2020/09/14 13:34:28 serve_command.go:137: Starting terraform-ls 0.0.0-dev 2020/09/14 13:34:28 service.go:60: Preparing new session ... 2020/09/14 13:34:28 service.go:77: Worker pool size set to 12 2020/09/14 13:34:28 watcher.go:118: watching for changes ... 2020/09/14 13:34:28 langserver.go:69: Starting server (pid 83736) ... ``` | |||||
| | * | | | | Kotlin LS: Add more root pattern files | HiPhish | 2020-11-15 | 1 | -1/+16 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #403 from h-michael/kotlin | Hirokazu Hata | 2020-11-15 | 1 | -0/+7 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Support of kotlin-language-server cmd for Windows | Hirokazu Hata | 2020-11-15 | 1 | -1/+6 | |
| | | | | | | ||||||
| | | * | | | add default for kotlin-language-server cmd | Jan Steinke | 2020-08-24 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | sourcekit: change package.json path | Hirokazu Hata | 2020-11-15 | 1 | -1/+1 | |
| | |/ / / | ||||||
| | * | | | Add notice message for loading a old lua module | Hirokazu Hata | 2020-10-30 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 58 | -126/+126 | |
| | | | | | ||||||
| | * | | | Merge pull request #238 from steelsojka/angular-ls | Matthieu Coudron | 2020-11-14 | 2 | -2/+74 | |
| | |\ \ \ | | |_|/ | |/| | | feat(angular-ls): add angular language service | |||||
| | | * | | feat(angular-ls): add angular language service | Steven Sojka | 2020-08-31 | 2 | -2/+74 | |
| | | | | | ||||||
| * | | | | fix(groovyls) README fix | Wuilliam Lacruz | 2020-09-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | feat(groovyls) custom and default `cmd` works, readme updated | Wuilliam Lacruz | 2020-09-17 | 1 | -26/+41 | |
| | | | | | ||||||
| * | | | | feat(groovyls) now works, pending a little refactor | Wuilliam Lacruz | 2020-09-17 | 1 | -19/+16 | |
| | | | | | ||||||
| * | | | | fix(groovyls) Now using the right paths | Wuilliam Lacruz | 2020-09-16 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | feat(groovyls) now is installable | Wuilliam Lacruz | 2020-09-16 | 1 | -13/+83 | |
| | | | | | ||||||
| * | | | | feat(groovyls) a little refactor | Wuilliam Lacruz | 2020-09-15 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | fix(groovyls) absolute path to java | Wuilliam Lacruz | 2020-09-15 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | fix(groovyls) bad filename | Wuilliam Lacruz | 2020-09-15 | 1 | -0/+0 | |
| | | | | | ||||||
| * | | | | feat(groovy) add a basic intent of support | Wuilliam Lacruz | 2020-09-15 | 1 | -0/+23 | |
| |/ / / | ||||||
| * | | | hls: add config for haskell language server #336 | Saxon Jensen | 2020-09-07 | 1 | -0/+24 | |
| | | | | ||||||
