| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add deno language server | Michael Lingelbach | 2021-01-04 | 1 | -0/+30 | |
| * | Merge pull request #536 from mjlbach/sumneko_typo | Michael Lingelbach | 2021-01-04 | 1 | -1/+1 | |
| |\ | ||||||
| | * | sumneko: fix typo | Michael Lingelbach | 2021-01-04 | 1 | -1/+1 | |
| * | | ccls: add example of init_options | Michael Lingelbach | 2021-01-03 | 1 | -0/+19 | |
| |/ | ||||||
| * | Merge pull request #525 from mjlbach/fix_texlab_build_args | Michael Lingelbach | 2021-01-03 | 1 | -1/+1 | |
| |\ | ||||||
| | * | texlab: add %f to settings.latex.build.args | Michael Lingelbach | 2021-01-03 | 1 | -1/+1 | |
| * | | Merge pull request #518 from mjlbach/jsonls_fix_formatting | Michael Lingelbach | 2021-01-03 | 1 | -0/+17 | |
| |\ \ | ||||||
| | * | | jsonls: fix range formatting, add command for formatting buffer | Michael Lingelbach | 2021-01-03 | 1 | -0/+17 | |
| | |/ | ||||||
| * | | Merge pull request #520 from mjlbach/update_sumneko_lua_docs | Michael Lingelbach | 2021-01-03 | 1 | -2/+16 | |
| |\ \ | ||||||
| | * | | Sumneko_lua: add suggested helper functions for setting path | Michael Lingelbach | 2021-01-03 | 1 | -2/+16 | |
| | |/ | ||||||
| * / | tsserver: add typescript as dependency in docs | Michael Lingelbach | 2021-01-03 | 1 | -2/+2 | |
| |/ | ||||||
| * | Add compatibility functions with deprecation notice | Michael Lingelbach | 2021-01-03 | 1 | -0/+29 | |
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 32 | -1247/+85 | |
| * | rust-analyzer: remove workaround for ignored capabilities | Michael Lingelbach | 2021-01-03 | 1 | -12/+0 | |
| * | Update sumneko lua docs | Michael Lingelbach | 2021-01-03 | 1 | -0/+29 | |
| * | Rust-analyzer: fix for missing required capabilities | Michael Lingelbach | 2020-12-31 | 1 | -1/+13 | |
| * | Remove workaround for missing workDoneProgress/create handler | Michael Lingelbach | 2020-12-31 | 1 | -4/+0 | |
| * | Fix filesystem permissions for cmake.lua and als.lua | Michael Lingelbach | 2020-12-29 | 2 | -0/+0 | |
| * | Add Sorbet language server | Nathan Smith | 2020-12-29 | 1 | -0/+30 | |
| * | Fix texlab crash due to workDoneProgress callback | Michael Lingelbach | 2020-12-29 | 1 | -0/+4 | |
| * | Fix perl docgen by replacing with raw github link | Michael Lingelbach | 2020-12-29 | 1 | -1/+1 | |
| * | Merge pull request #486 from pretentious7/master | Michael Lingelbach | 2020-12-29 | 1 | -0/+37 | |
| |\ | ||||||
| | * | made docstring more explicit. | Abhishek Cherath | 2020-12-24 | 1 | -1/+1 | |
| | * | got rid of unnecessary comment. | Abhishek Cherath | 2020-12-24 | 1 | -1/+0 | |
| | * | updated perlls | Abhishek Cherath | 2020-12-24 | 1 | -2/+3 | |
| | * | Merge branch 'master' of https://github.com/pretentious7/nvim-lspconfig | Abhishek Cherath | 2020-12-23 | 1 | -2/+4 | |
| | |\ | ||||||
| | * | | added perl language server | Abhishek Cherath | 2020-12-23 | 1 | -0/+37 | |
| * | | | Merge pull request #450 from lithammer/dont-use-homedir-as-root-dir | Michael Lingelbach | 2020-12-29 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | sumneko_lua: Use bufdir instead of homedir when resolving root_dir | Peter Lithammer | 2020-12-21 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #437 from creativenull/fix-tsserver-rootdir | Michael Lingelbach | 2020-12-29 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | fix: add jsconfig to the root pattern for tsserver | Arnold Chand | 2020-12-03 | 1 | -2/+2 | |
| * | | | | Merge pull request #420 from Gian12315/master | Michael Lingelbach | 2020-12-29 | 1 | -0/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | Use forward search status | Gian12315 | 2020-11-22 | 1 | -1/+1 | |
| | * | | | | Implemented forward search | Gian12315 | 2020-11-22 | 1 | -2/+2 | |
| | * | | | | Added command | Gian12315 | 2020-11-21 | 1 | -0/+1 | |
| | * | | | | Tring to implement forward search | Gian12315 | 2020-11-21 | 1 | -0/+23 | |
| * | | | | | Merge pull request #385 from elianiva/svelte-lang-server | Michael Lingelbach | 2020-12-29 | 1 | -0/+46 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | renamed `nvim_lsp` to `lspconfig` | elianiva | 2020-12-23 | 1 | -2/+2 | |
| | * | | | | | Add "Svelte" language server | elianiva | 2020-12-23 | 1 | -0/+46 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #471 from mjlbach/feature/handle_registerCapability | Hirokazu Hata | 2020-12-25 | 1 | -0/+13 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Add catch-all callback for client/registerCapability | Michael Lingelbach | 2020-12-22 | 1 | -0/+13 | |
| * | | | | | Have leanls use util.find_git_ancestor. | Julian Berman | 2020-12-22 | 1 | -2/+4 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Remove ghcide deperecation message | Hirokazu Hata | 2020-12-21 | 1 | -2/+0 | |
| * | | | | Add deprecation message to ghcide | Hirokazu Hata | 2020-12-21 | 1 | -2/+3 | |
| |/ / / | ||||||
| * | | | zig: nvim_lsp/zls.lua -> lspconfig/zls.lua | Michael Lingelbach | 2020-12-18 | 1 | -2/+2 | |
| * | | | Merge pull request #392 from abenz1267/master | Hirokazu Hata | 2020-12-14 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into master | Andrej Benz | 2020-12-11 | 61 | -226/+401 | |
| | |\ \ \ | ||||||
| | * | | | | changed filepath | Andrej Benz | 2020-12-11 | 1 | -0/+0 | |
| | * | | | | removed .git from doc | Andrej Benz | 2020-11-01 | 1 | -1/+1 | |
| * | | | | | groovyls: nvim_lsp -> lspconfig | Tormod Alf Try Tufteland | 2020-12-11 | 1 | -5/+5 | |
