| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #355 from wuilliam321/groovyls-support | Hirokazu Hata | 2020-12-11 | 2 | -663/+809 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Merge branch 'master' of github.com:neovim/nvim-lspconfig into groovyls-support | Wuilliam Lacruz | 2020-12-10 | 70 | -1109/+1451 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #438 from HiPhish/kotlin | Hirokazu Hata | 2020-12-09 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Kotlin: Fix order of root files | HiPhish | 2020-12-03 | 1 | -2/+2 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #429 from jerrywang1981/master | Hirokazu Hata | 2020-12-09 | 1 | -1/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | added comment | Jerry Wang | 2020-12-08 | 1 | -2/+10 | |
| | * | | | | | bugfix for code action not working sometimes | Jerry Wang | 2020-12-01 | 1 | -0/+2 | |
| * | | | | | | Merge pull request #439 from benawas/master | Hirokazu Hata | 2020-12-09 | 1 | -2/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | [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 | |
| * | | | | | Merge pull request #358 from PatOConnor43/change-dart-init-options | Hirokazu Hata | 2020-11-25 | 2 | -10/+10 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | These init_options need to be booleans in order to take effect | Pat O'Connor | 2020-11-22 | 2 | -10/+10 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #405 from mjlbach/feature/specify-unzip-dependency | Hirokazu Hata | 2020-11-18 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Add unzip dependency for mac and linux installation | Michael Lingelbach | 2020-11-15 | 1 | -0/+4 | |
| * | | | | | Merge pull request #404 from mjlbach/fix-pyright-languageserver | Hirokazu Hata | 2020-11-16 | 1 | -0/+0 | |
| |\| | | | | ||||||
| | * | | | | 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 | 4 | -16/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| | * | | | | 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 | 3 | -13/+13 | |
| | * | | | | Use handlers instead of callbacks | Iron-E | 2020-11-15 | 1 | -3/+3 | |
| * | | | | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+1 | |
| * | | | | | Merge pull request #351 from lithammer/fix-terraformls-cmd | Hirokazu Hata | 2020-11-16 | 2 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -2/+2 | |
| | * | | | | | terraformls: Fix arguments to cmd | Peter Lithammer | 2020-11-15 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+1 | |
| * | | | | | Merge pull request #371 from HiPhish/kotlin | Hirokazu Hata | 2020-11-16 | 1 | -1/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Kotlin LS: Add more root pattern files | HiPhish | 2020-11-15 | 1 | -1/+16 | |
| |/ / / / / | ||||||
| * | | | | | [docgen] Update README.md | Github Actions | 2020-11-15 | 1 | -1/+2 | |
| * | | | | | 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 | |
