aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(leanls,lean3ls): add support for Lean 3/4 standard libraries (#1156)Rishikesh Vaishnav2021-09-052-8/+27
|
* fix(bashls): add .git to root_dir (#1218)Mikhail Zolotukhin2021-09-041-1/+3
|
* fix(ui): gracefully handle nil filetypes (#1217)kylo2522021-09-031-6/+9
|
* feat(lemminx): add eclipse/lemminx XML Language Server (#934)tormodatt2021-09-011-0/+32
| | | Co-authored-by: Tormod Alf Try Tufteland <tormodat.tufteland@eika.no>
* feat(htmlls): improve root detection (#1200)Michael Lingelbach2021-08-281-3/+1
|
* feat(lspinfo): improve layout (#1186)kylo2522021-08-283-120/+213
|
* feat(shopify): add shopify theme-check-language-server support (#1191)rawalplawit2021-08-281-0/+33
|
* docs(jsonls): add completion requirements (#1193)garypippi2021-08-281-0/+12
|
* docs(puppet): add package.json for docgen (#1187)David Hollinger III2021-08-251-0/+1
|
* Revert "feat(ui): lspinfo: better layout #1184)" (#1185)Michael Lingelbach2021-08-253-185/+113
| | | This reverts commit d6e78ef013a57761226df5b842d52912f15011dd.
* feat(ui): lspinfo: better layout #1184)kylo2522021-08-253-113/+185
|
* fix(pyright): update root detection (#1180)Michael Lingelbach2021-08-241-1/+1
|
* fix(omnisharp): pass source dir to cmd (#1178)Michael Lingelbach2021-08-241-0/+6
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-2456-84/+0
|
* chore: standardize arg on fname in root (#1176)Michael Lingelbach2021-08-245-11/+9
|
* chore(pyright): align root with pylsp (#1175)Michael Lingelbach2021-08-241-11/+10
|
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-243-3/+3
|
* fix: unsilent autocmd to print warning (#1171)Michael Lingelbach2021-08-242-6/+5
|
* docs: update tailwindcss installation instructionsMichael Lingelbach2021-08-201-16/+3
|
* fix: remove empty cmd for java_language_serverMichael Lingelbach2021-08-181-1/+0
|
* feat(julials): use a separate package env for LanguageServer.jl (#1153)Fredrik Ekre2021-08-171-6/+19
|
* fix(pyright): use pyrightconfig.json like sign of root directoryVadim Nikolaev2021-08-161-0/+1
|
* fix(diagnosticls): update cmd to support windows (#1147)Jared Johnson2021-08-151-0/+3
|
* feat(julials): set cwd for project detection (#1149)Michael Lingelbach2021-08-151-57/+7
|
* feat(graphql): add more supported config files for root detection (#1141)Keith Smiley2021-08-141-2/+2
|
* docs(svls): add installation instructions (#1134)Akilesh Kannan2021-08-121-2/+8
|
* feat: add mint language server (#1136)Michael Fellinger2021-08-111-0/+20
|
* fix: don't pass the cwd to root_pattern (#1130)kylo2522021-08-103-6/+12
|
* feat(lspinfo): display autostart status (#964)Matthieu Coudron2021-08-063-0/+11
|
* feat: add bicep language server (#1077)Damien Pontifex2021-08-061-0/+41
|
* feat(tsserver): support yarn PnP (#1078)Tom2021-08-061-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/masterPeter Lithammer2021-08-051-2/+3
|\ | | | | update ccls root pattern
| * fix(ccls): add .ccls as root patternAlexandru Geană2021-08-051-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 Lithammer2021-08-051-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 Lingelbach2021-08-011-1/+0
| |
* | feat: add ansible-language-server (#1118)Craig James Fielder2021-08-011-0/+40
| |
* | docs(efm): remove blankspace (#1113)Michael Lingelbach2021-07-281-2/+2
| |
* | chore: remove xcrun from sourcekit-lsp cmd (#1112)Keith Smiley2021-07-281-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 setMichael Lingelbach2021-07-281-0/+12
| |
* | docs(yamlls): fix install command (#1109)Salomon Popp2021-07-271-2/+2
| |
* | improve(jdtls): Simplify configuration and improve documentation (#1082)Emiliano Ruiz Carletti2021-07-271-69/+108
|/ | | | | * Reduce required env variables to 1 * Support launching 'java.exe'
* ci: run codespell on pull requests (#1101)dundargoc2021-07-251-1/+1
|
* docs: add a direct link to lean.nvim (for leanls and lean3ls) (#1062)Julian Berman2021-07-233-1/+9
| | | * update language of metals to bring it in line with lean
* fix(hls): log is configured via haskell.logFileMatthieu Coudron2021-07-202-13/+32
| | | | | and not languageServerHaskell.logFile display server pid
* chore(ocaml): make ocaml filetype order deterministic (#1088)Michael Lingelbach2021-07-201-7/+1
|
* Merge pull request #1072 from folke/global_configMichael Lingelbach2021-07-192-1/+12
|\ | | | | feat: added global_config hooks
| * feat: added global on_setup hookFolke Lemaitre2021-07-192-0/+7
| |
| * fix: expose get_root_dir instead of config.root_dirFolke Lemaitre2021-07-191-1/+1
| |
| * feat: added option to disable an lsp server from the configFolke Lemaitre2021-07-191-0/+4
| |
* | feat: add serve-d language server (#1080)Scott Little2021-07-171-0/+21
| |