diff options
| author | Claude <github@claude.nl> | 2022-01-06 18:15:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 09:15:56 -0800 |
| commit | c2afc76e155ed40d8091280a979eae63d210598f (patch) | |
| tree | 628210ba2c19e5ad917e195a4ed93da8a812b745 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar.gz nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar.bz2 nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar.lz nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar.xz nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.tar.zst nvim-lspconfig-c2afc76e155ed40d8091280a979eae63d210598f.zip | |
docs(taplo): update installation instructions (#1640)
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
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/taplo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/taplo.lua b/lua/lspconfig/server_configurations/taplo.lua index 80324643..612b6942 100644 --- a/lua/lspconfig/server_configurations/taplo.lua +++ b/lua/lspconfig/server_configurations/taplo.lua @@ -17,7 +17,7 @@ Language server for Taplo, a TOML toolkit. `taplo-lsp` can be installed via `cargo`: ```sh -cargo install taplo-lsp +cargo install --locked taplo-lsp ``` ]], default_config = { |
