aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig
Commit message (Expand)AuthorAgeFilesLines
...
| * | | updated perllsAbhishek Cherath2020-12-241-2/+3
| * | | Merge branch 'master' of https://github.com/pretentious7/nvim-lspconfigAbhishek Cherath2020-12-231-2/+4
| |\| |
| * | | added perl language serverAbhishek Cherath2020-12-231-0/+37
| | |/ | |/|
* | | Merge pull request #450 from lithammer/dont-use-homedir-as-root-dirMichael Lingelbach2020-12-291-2/+2
|\ \ \
| * | | sumneko_lua: Use bufdir instead of homedir when resolving root_dirPeter Lithammer2020-12-211-2/+2
| |/ /
* | | Merge pull request #437 from creativenull/fix-tsserver-rootdirMichael Lingelbach2020-12-291-2/+2
|\ \ \
| * | | fix: add jsconfig to the root pattern for tsserverArnold Chand2020-12-031-2/+2
* | | | Merge pull request #420 from Gian12315/masterMichael Lingelbach2020-12-291-0/+24
|\ \ \ \
| * | | | Use forward search statusGian123152020-11-221-1/+1
| * | | | Implemented forward searchGian123152020-11-221-2/+2
| * | | | Added commandGian123152020-11-211-0/+1
| * | | | Tring to implement forward searchGian123152020-11-211-0/+23
* | | | | Merge pull request #385 from elianiva/svelte-lang-serverMichael Lingelbach2020-12-291-0/+46
|\ \ \ \ \
| * | | | | renamed `nvim_lsp` to `lspconfig`elianiva2020-12-231-2/+2
| * | | | | Add "Svelte" language serverelianiva2020-12-231-0/+46
| | |_|_|/ | |/| | |
* | | | | Merge pull request #471 from mjlbach/feature/handle_registerCapabilityHirokazu Hata2020-12-251-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add catch-all callback for client/registerCapabilityMichael Lingelbach2020-12-221-0/+13
* | | | | Have leanls use util.find_git_ancestor.Julian Berman2020-12-221-2/+4
| |_|_|/ |/| | |
* | | | Remove ghcide deperecation messageHirokazu Hata2020-12-211-2/+0
* | | | Add deprecation message to ghcideHirokazu Hata2020-12-211-2/+3
|/ / /
* | | zig: nvim_lsp/zls.lua -> lspconfig/zls.luaMichael Lingelbach2020-12-181-0/+22
* | | Merge pull request #392 from abenz1267/masterHirokazu Hata2020-12-141-1/+1
|\ \ \
| * \ \ Merge branch 'master' into masterAndrej Benz2020-12-1158-2/+3544
| |\ \ \
| * | | | changed filepathAndrej Benz2020-12-111-0/+84
| / / /
* / / / groovyls: nvim_lsp -> lspconfigTormod Alf Try Tufteland2020-12-111-0/+109
|/ / /
* | | Merge pull request #438 from HiPhish/kotlinHirokazu Hata2020-12-091-2/+2
|\ \ \
| * | | Kotlin: Fix order of root filesHiPhish2020-12-031-2/+2
| | |/ | |/|
* | | Merge pull request #429 from jerrywang1981/masterHirokazu Hata2020-12-091-1/+11
|\ \ \
| * | | added commentJerry Wang2020-12-081-2/+10
| * | | bugfix for code action not working sometimesJerry Wang2020-12-011-0/+2
* | | | Merge pull request #439 from benawas/masterHirokazu Hata2020-12-091-2/+6
|\ \ \ \
| * | | | Add extension to pyright command name on Windowsbenawas2020-12-041-2/+6
| | |/ / | |/| |
* | | | Merge pull request #406 from igrep/purescriptls-winHirokazu Hata2020-12-091-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add extension to purescriptls command name on WindowsYAMAMOTO Yuji2020-11-161-1/+4
* | | | pyright: Wrap settings correctly with python.analysisPeter Lithammer2020-12-031-2/+6
| |/ / |/| |
* | | Remove before_init workaroundMichael Lingelbach2020-11-271-7/+0
* | | These init_options need to be booleans in order to take effectPat O'Connor2020-11-221-5/+5
| |/ |/|
* | Add unzip dependency for mac and linux installationMichael Lingelbach2020-11-151-0/+4
* | Move pyright.lua to correct location under lspconfigMichael Lingelbach2020-11-151-0/+40
|/
* Merge pull request #399 from Iron-E/patch-1Hirokazu Hata2020-11-163-15/+14
|\
| * Re-add negation after automated commitIron_E2020-11-151-1/+1
| * Update lua/lspconfig/configs.luaIron-E2020-11-151-1/+1
| * Remove redundant assertionIron_E2020-11-151-2/+1
| * Use 'not config.callbacks' over 'not lsp.callbacks'Iron_E2020-11-151-1/+1
| * Put assertion within function scopeIron_E2020-11-151-3/+1
| * Move no callbacks assertion to outer scopeIron_E2020-11-151-1/+3
| * Add help reference for failed callback assertionIron_E2020-11-151-2/+2
| * Change the rest of the callback usagesIron_E2020-11-152-12/+12
| * Use handlers instead of callbacksIron-E2020-11-151-3/+3
* | terraformls: Fix arguments to cmdPeter Lithammer2020-11-151-1/+1