aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | fix(omnisharp): proritize .sln over .csproj for root detectionPasi Bergman2021-07-171-2/+4
| |
* | feat(julials): improve project detection and simplify launch (#1079)Fredrik Ekre2021-07-161-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 Lingelbach2021-07-142-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)dundargoc2021-07-144-4/+4
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-1394-936/+936
|
* fix: do not attach server if buftype is 'nofile' (#1064)Michael Lingelbach2021-07-121-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 Lingelbach2021-07-123-12/+11
|
* fix: ensure path exists before calling fs_realpath (#1052)Michael Lingelbach2021-07-091-2/+3
|
* feat(solagraph): add formatting flag to init_options (#1050)Cameron2021-07-091-0/+1
|
* Merge pull request #1041 from mjlbach/fix/try-resolve-new-filepathMichael Lingelbach2021-07-081-4/+12
|\ | | | | feat: try to resolve root for new files
| * feat: try to resolve root for new filesMichael Lingelbach2021-07-081-4/+12
| |
* | feat: add ember language serverJosemar Luedke2021-07-051-0/+29
|/