| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -39/+0 |
| | | |||||
| * | fix(efm): disable single file support (#1413) | Michael Lingelbach | 2021-11-11 | 1 | -1/+3 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -4/+3 |
| | | | | | | | | | | | | | * 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(efm): remove blankspace (#1113) | Michael Lingelbach | 2021-07-28 | 1 | -2/+2 |
| | | |||||
| * | docs(efm): specify that filetypes must be set | Michael Lingelbach | 2021-07-28 | 1 | -0/+12 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -5/+5 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -11/+10 |
| | | |||||
| * | efm: Include current file dir in root detection | Hugo Barrera | 2021-05-06 | 1 | -2/+4 |
| | | | | | | | | | | | The current settings for EFM make it so that it will only work within a git repository. This change adds a fallback, so that if the current file is _not_ inside a git repository then the current directory is used instead. This is useful, for example, when opening a random python file, so as to get feedback from the system flake8. | ||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+25 |
