| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: try_add_wrapper errors if passed nil for bufnr (#1648)v0.1.1 | oncomouse | 2022-01-09 | 1 | -0/+1 |
| | | |||||
| * | feat: add OpenFOAM language server (#1643) | Mohammed Elwardi Fadeli | 2022-01-09 | 1 | -0/+32 |
| | | |||||
| * | docs(taplo): update installation instructions (#1640) | Claude | 2022-01-06 | 1 | -1/+1 |
| | | | | Current instructions give an error (MacOS 12.1); Suggestion is to add `--locked` to the install command: https://github.com/tamasfe/taplo/issues/197#issuecomment-997160846 | ||||
| * | fix(denols): simplify/update location handler (#1638) | Michael Lingelbach | 2022-01-05 | 1 | -49/+4 |
| | | |||||
| * | feat(ltexls): add gitcommit to filetypes (#1637) | Michael Lingelbach | 2022-01-05 | 1 | -1/+1 |
| | | |||||
| * | chore: remove healthcheck (#1636) | Michael Lingelbach | 2022-01-05 | 1 | -28/+0 |
| | | | | | | | | | | | | | | | Previously, lspconfig had a recommended healthcheck. This was mostly noise as its predominant use was to check if a server was installed. This check was not accurate as vim.fn.executable is extremely primitive and does not consider cmd_env (forwarded to uv_spawn) or language servers that are run via an interpreter. Furthermore, checking if a language server is executable will no longer be a useful signal once TCP support (which allows for connecting to already running or remote servers). Remove for now. | ||||
| * | fix(ltex): use .bat extension on Windows (#1628) | William Boman | 2022-01-04 | 1 | -1/+6 |
| | | |||||
| * | feat(leanls): add root dir as command-line arg (#1634) | Gabriel Ebner | 2022-01-04 | 1 | -0/+4 |
| | | | | | | | | | | The argument is ignored by the server, but it is useful because it is shown by `htop`, `ps ax`, etc., so you can figure out which Lean servers are running. The lean3ls doesn't require a corresponding change: we use the `lean-language-server` wrapper, which appends the root directory itself to the wrapped `lean --server` command. | ||||
| * | refactor(clangd): remove obsolete --background-index flag (#1630) | Kirill Bobyrev | 2022-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix(nimls): remove erroneous package_json entry (#1624) | William Boman | 2021-12-30 | 1 | -1/+0 |
| | | |||||
| * | feat: add solc (#1623) | William Boman | 2021-12-30 | 1 | -0/+19 |
| | | |||||
| * | feat: add gotmpl to gopls filetypes (#1619) | Reto | 2021-12-26 | 1 | -1/+1 |
| | | | | | gopls introduced support for template files, see: https://github.com/golang/tools/blob/master/gopls/doc/features.md#template-files | ||||
| * | fix(denols): add package_json (#1611) | tamago324 | 2021-12-26 | 1 | -0/+1 |
| | | |||||
| * | fix: use forward delineated paths in leanlsps (#1610) | Julian Berman | 2021-12-26 | 2 | -2/+4 |
| | | |||||
| * | fix: properly handle sanitizing bufname in .launch() (#1608) | Michael Lingelbach | 2021-12-25 | 1 | -5/+4 |
| | | |||||
| * | feat: add verible configuration (#1605) | Zeger Van de Vannet | 2021-12-24 | 1 | -0/+21 |
| | | |||||
| * | feat(remark): add remark-language-server (#1606) | Remco Haszing | 2021-12-24 | 1 | -0/+50 |
| | | |||||
| * | fix: attach to buffer when manually launching in single file mode (#1599)v0.1.0 | Michael Lingelbach | 2021-12-23 | 1 | -1/+2 |
| | | |||||
| * | fix: only attempt to attach to valid bufnames (#1598) | Michael Lingelbach | 2021-12-23 | 2 | -12/+21 |
| | | | | | * Check that a bufname begins with a filesystem root specifier such as a drive letter (Windows) or "/" (Unix) * Unify with check that buf name is not "" or nil | ||||
| * | fix: do not attach server to buffers with nil or missing name (#1597) | Michael Lingelbach | 2021-12-23 | 1 | -4/+20 |
| | | |||||
| * | fix: internally use forward delineated paths cross-platform (#1593) | Michael Lingelbach | 2021-12-23 | 2 | -41/+46 |
| | | | | | * Escape paths used to autocommands * Always normalize windows path to forward slash for internal use | ||||
| * | chore: fix blanklines in efm.lua (#1592) | Michael Lingelbach | 2021-12-21 | 1 | -2/+2 |
| | | |||||
| * | fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591) | Jose Alvarez | 2021-12-21 | 1 | -1/+12 |
| | | |||||
| * | feat(efm): re-enable single file support | Michael Lingelbach | 2021-12-19 | 1 | -3/+12 |
| | | |||||
| * | feat: add grammarly support (#1562) | Matthew Toohey | 2021-12-19 | 1 | -0/+31 |
| | | |||||
| * | fix: add single_file_support to flux_lsp | Nathaniel Cook | 2021-12-17 | 1 | -0/+1 |
| | | |||||
| * | fix: rename flux-lsp to flux_lsp | Nathaniel Cook | 2021-12-17 | 1 | -0/+0 |
| | | | | | | | Using flux-lsp as the name of the config made it more difficult than needed to install the config as you needed to escape the dash. All other configs are named with underscores so this brings the config inline. | ||||
| * | fix: remove dependency on deprecated close_preview_autocommand (#1575) | Michael Lingelbach | 2021-12-16 | 1 | -1/+3 |
| | | |||||
| * | fix(codeqlls): remove single_file_support (#1577) | William Boman | 2021-12-16 | 1 | -1/+0 |
| | | | | | * codeqlls crashes with a null-pointer exception if NULL is passed as root directory * disable single file support | ||||
| * | feat(emmet_ls): enable single_file_support (#1573) | Raafat Turki | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | feat: add cssmodules_ls (#1568) | William Boman | 2021-12-14 | 1 | -0/+31 |
| | | |||||
| * | fix(erlang_ls): use correct cmd on non-windows systems | Michael Lingelbach | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix: update erlangls cmd for win32 (#1566) | Luke Bakken | 2021-12-13 | 1 | -1/+6 |
| | | |||||
| * | fix(ccls): delete invalid root directory pattern (#1565) | rhcher | 2021-12-13 | 1 | -3/+3 |
| | | | | | | ccls does not support compile_flags.txt see: https://github.com/MaskRay/ccls/wiki/FAQ#does-ccls-support-compile_flagstxt | ||||
| * | fix(solargraph): restore correct cmd (#1560) | Morita Taro | 2021-12-12 | 1 | -2/+2 |
| | | |||||
| * | chore: format with stylua (#1557) | Michael Lingelbach | 2021-12-10 | 1 | -1/+1 |
| | | |||||
| * | feat(ltex): enable single_file_support (#1556) | Michael Lingelbach | 2021-12-10 | 1 | -0/+1 |
| | | |||||
| * | fix(lean3ls): use utf-32 offset encoding (#1465) | Rishikesh Vaishnav | 2021-12-10 | 1 | -0/+1 |
| | | |||||
| * | feat: add solidity_ls solidity language server (#1552) | edag94 | 2021-12-10 | 1 | -0/+24 |
| | | | | Co-authored-by: edag94 <edag1994@gmail.com> | ||||
| * | Merge pull request #1522 from kylo252/win-compat | Michael Lingelbach | 2021-12-10 | 31 | -47/+210 |
| |\ | |||||
| | * | fix(npm): resolve the command correctly on windows | kylo252 | 2021-12-08 | 31 | -47/+210 |
| | | | |||||
| * | | fix: add missing cmds for lemminx and sqls (#1551) | William Boman | 2021-12-10 | 2 | -18/+2 |
| | | | |||||
| * | | fix(spectral): add more root_dirs (#1550) | William Boman | 2021-12-10 | 1 | -1/+1 |
| |/ | |||||
| * | chore: fix missing [lspconfig] prefix for vim.notify (#1546) | William Boman | 2021-12-06 | 1 | -1/+1 |
| | | |||||
| * | fix(graphql): add typescriptreact, javascriptreact filetypes (#1544) | William Boman | 2021-12-05 | 1 | -1/+1 |
| | | |||||
| * | feat(quick-lint-js): enable single-file-support (#1541) | Michael Lingelbach | 2021-12-04 | 1 | -0/+1 |
| | | |||||
| * | docs(lua): simplify cmd documentation (#1539) | Christian Clason | 2021-12-04 | 1 | -4/+1 |
| | | | | | `lua-language-server` can now be started with a simple call to the eponymous binary. assume that can be found in `$PATH`. | ||||
| * | docs(lua): clarify sumneko `cmd` setting | Christian Clason | 2021-12-04 | 1 | -1/+1 |
| | | |||||
| * | feat: add quick-lint-js (#1533) | Michael Lingelbach | 2021-12-04 | 1 | -0/+18 |
| | | |||||
| * | docs: update lua-language-server instructions (#1537) | Michael Lingelbach | 2021-12-04 | 1 | -16/+2 |
| | | | | passing `-E main.lua` is no longer required on the latest version (2.5.0) of `lua-language-server` | ||||
