| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -23/+0 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -1/+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(nimls): update root directory (#1286) | Greg Werbin | 2021-09-29 | 1 | -3/+0 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -6/+6 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -14/+12 |
| | | |||||
| * | nimls: Use buffer directory as fallback instead of $HOME | Peter Lithammer | 2021-02-04 | 1 | -1/+1 |
| | | |||||
| * | nimls: Add support for .nimble files as root_dir | Peter Lithammer | 2021-02-04 | 1 | -1/+3 |
| | | |||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -21/+1 |
| | | |||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+45 |
