| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(omnisharp): pass source dir to cmd (#1178) | Michael Lingelbach | 2021-08-24 | 1 | -0/+6 | |
| | | ||||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 56 | -84/+0 | |
| | | ||||||
| * | chore: standardize arg on fname in root (#1176) | Michael Lingelbach | 2021-08-24 | 5 | -11/+9 | |
| | | ||||||
| * | chore(pyright): align root with pylsp (#1175) | Michael Lingelbach | 2021-08-24 | 1 | -11/+10 | |
| | | ||||||
| * | chore: refactor ui components (#1172) | Michael Lingelbach | 2021-08-24 | 3 | -3/+3 | |
| | | ||||||
| * | fix: unsilent autocmd to print warning (#1171) | Michael Lingelbach | 2021-08-24 | 2 | -6/+5 | |
| | | ||||||
| * | docs: update tailwindcss installation instructions | Michael Lingelbach | 2021-08-20 | 1 | -16/+3 | |
| | | ||||||
| * | fix: remove empty cmd for java_language_server | Michael Lingelbach | 2021-08-18 | 1 | -1/+0 | |
| | | ||||||
| * | feat(julials): use a separate package env for LanguageServer.jl (#1153) | Fredrik Ekre | 2021-08-17 | 1 | -6/+19 | |
| | | ||||||
| * | fix(pyright): use pyrightconfig.json like sign of root directory | Vadim Nikolaev | 2021-08-16 | 1 | -0/+1 | |
| | | ||||||
| * | fix(diagnosticls): update cmd to support windows (#1147) | Jared Johnson | 2021-08-15 | 1 | -0/+3 | |
| | | ||||||
| * | feat(julials): set cwd for project detection (#1149) | Michael Lingelbach | 2021-08-15 | 1 | -57/+7 | |
| | | ||||||
| * | feat(graphql): add more supported config files for root detection (#1141) | Keith Smiley | 2021-08-14 | 1 | -2/+2 | |
| | | ||||||
| * | docs(svls): add installation instructions (#1134) | Akilesh Kannan | 2021-08-12 | 1 | -2/+8 | |
| | | ||||||
| * | feat: add mint language server (#1136) | Michael Fellinger | 2021-08-11 | 1 | -0/+20 | |
| | | ||||||
| * | fix: don't pass the cwd to root_pattern (#1130) | kylo252 | 2021-08-10 | 3 | -6/+12 | |
| | | ||||||
| * | feat(lspinfo): display autostart status (#964) | Matthieu Coudron | 2021-08-06 | 3 | -0/+11 | |
| | | ||||||
| * | feat: add bicep language server (#1077) | Damien Pontifex | 2021-08-06 | 1 | -0/+41 | |
| | | ||||||
| * | feat(tsserver): support yarn PnP (#1078) | Tom | 2021-08-06 | 1 | -0/+1 | |
| | | | | added hostInfo to init_options to allow yarn pnp sdk to identify editor and patch paths appropriately. | |||||
| * | Merge pull request #1108 from abgeana/master | Peter Lithammer | 2021-08-05 | 1 | -2/+3 | |
| |\ | | | | | update ccls root pattern | |||||
| | * | fix(ccls): add .ccls as root pattern | Alexandru Geană | 2021-08-05 | 1 | -2/+3 | |
| | | | | | | | | | CCLS searches for a .ccls file to identify the root folder for a project. | |||||
| * | | feat(gopls): add support for "go.work" files (#1125) | Peter Lithammer | 2021-08-05 | 1 | -3/+3 | |
| | | | | | | | | | | | Gopls has added support for go.work files (https://github.com/golang/go/issues/45713) See https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.1 | |||||
| * | | docs(ansible): remove faulty package.json (#1119) | Michael Lingelbach | 2021-08-01 | 1 | -1/+0 | |
| | | | ||||||
| * | | feat: add ansible-language-server (#1118) | Craig James Fielder | 2021-08-01 | 1 | -0/+40 | |
| | | | ||||||
| * | | docs(efm): remove blankspace (#1113) | Michael Lingelbach | 2021-07-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | chore: remove xcrun from sourcekit-lsp cmd (#1112) | Keith Smiley | 2021-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | | With recent versions of macOS + Xcode sourcekit-lsp is now in /usr/bin, so running it with `xcrun` is no longer necessary. This also enables this configuration to work on Linux. | |||||
| * | | docs(efm): specify that filetypes must be set | Michael Lingelbach | 2021-07-28 | 1 | -0/+12 | |
| | | | ||||||
| * | | docs(yamlls): fix install command (#1109) | Salomon Popp | 2021-07-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | improve(jdtls): Simplify configuration and improve documentation (#1082) | Emiliano Ruiz Carletti | 2021-07-27 | 1 | -69/+108 | |
| |/ | | | | | * Reduce required env variables to 1 * Support launching 'java.exe' | |||||
| * | ci: run codespell on pull requests (#1101) | dundargoc | 2021-07-25 | 1 | -1/+1 | |
| | | ||||||
| * | docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062) | Julian Berman | 2021-07-23 | 3 | -1/+9 | |
| | | | | * update language of metals to bring it in line with lean | |||||
| * | fix(hls): log is configured via haskell.logFile | Matthieu Coudron | 2021-07-20 | 2 | -13/+32 | |
| | | | | | | and not languageServerHaskell.logFile display server pid | |||||
| * | chore(ocaml): make ocaml filetype order deterministic (#1088) | Michael Lingelbach | 2021-07-20 | 1 | -7/+1 | |
| | | ||||||
| * | Merge pull request #1072 from folke/global_config | Michael Lingelbach | 2021-07-19 | 2 | -1/+12 | |
| |\ | | | | | feat: added global_config hooks | |||||
| | * | feat: added global on_setup hook | Folke Lemaitre | 2021-07-19 | 2 | -0/+7 | |
| | | | ||||||
| | * | fix: expose get_root_dir instead of config.root_dir | Folke Lemaitre | 2021-07-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | feat: added option to disable an lsp server from the config | Folke Lemaitre | 2021-07-19 | 1 | -0/+4 | |
| | | | ||||||
| * | | feat: add serve-d language server (#1080) | Scott Little | 2021-07-17 | 1 | -0/+21 | |
| | | | ||||||
| * | | fix(omnisharp): proritize .sln over .csproj for root detection | Pasi Bergman | 2021-07-17 | 1 | -2/+4 | |
| | | | ||||||
| * | | feat(julials): improve project detection and simplify launch (#1079) | Fredrik Ekre | 2021-07-16 | 1 | -16/+46 | |
| | | | | | | | | | * Simplify LanguageServer.jl launch command (https://github.com/julia-vscode/SymbolServer.jl/issues/54#issuecomment-643667218) * respect JULIA_PROJECT and JULIA_LOAD_PATH | |||||
| * | | chore: remove pyls and pyls_ms (#1074) | Michael Lingelbach | 2021-07-14 | 2 | -96/+0 | |
| |/ | | | | | * pyls is unmaintained and has been continued as a community fork, pylsp * pyls_ms has been abandoned by microsoft in favor of the proprietary pylance/the less featureful (but open-source) pyright | |||||
| * | chore: fix typos reported by codespell (#1071) | dundargoc | 2021-07-14 | 4 | -4/+4 | |
| | | ||||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 94 | -936/+936 | |
| | | ||||||
| * | fix: do not attach server if buftype is 'nofile' (#1064) | Michael Lingelbach | 2021-07-12 | 1 | -3/+3 | |
| | | | | | * match buftype instead of filetype against 'nofile' * clarify variable naming to make buffer filetype clear from buftype | |||||
| * | chore: format with stylua (#1065) | Michael Lingelbach | 2021-07-12 | 3 | -12/+11 | |
| | | ||||||
| * | fix: ensure path exists before calling fs_realpath (#1052) | Michael Lingelbach | 2021-07-09 | 1 | -2/+3 | |
| | | ||||||
| * | feat(solagraph): add formatting flag to init_options (#1050) | Cameron | 2021-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #1041 from mjlbach/fix/try-resolve-new-filepath | Michael Lingelbach | 2021-07-08 | 1 | -4/+12 | |
| |\ | | | | | feat: try to resolve root for new files | |||||
| | * | feat: try to resolve root for new files | Michael Lingelbach | 2021-07-08 | 1 | -4/+12 | |
| | | | ||||||
| * | | feat: add ember language server | Josemar Luedke | 2021-07-05 | 1 | -0/+29 | |
| |/ | ||||||
