| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -60/+0 |
| | | |||||
| * | chore: use find_git_ancestor consistently (#1404) | kylo252 | 2021-11-11 | 1 | -2/+2 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | ||||
| * | docs(jsonls): add completion requirements (#1193) | garypippi | 2021-08-28 | 1 | -0/+12 |
| | | |||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -2/+0 |
| | | |||||
| * | fix: don't pass the cwd to root_pattern (#1130) | kylo252 | 2021-08-10 | 1 | -2/+4 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -8/+8 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -13/+13 |
| | | |||||
| * | docs(jsonls): update installation instructions | Ben Frain | 2021-06-13 | 1 | -6/+6 |
| | | | | Updating server addresses to more recent language servers | ||||
| * | jsonls: fix range formatting, add command for formatting buffer | Michael Lingelbach | 2021-01-03 | 1 | -0/+17 |
| | | |||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -20/+1 |
| | | |||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+51 |
