diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | lua/pml68/plugins/telescope.lua | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ RUN apk add --no-cache wget \ gradle \ go \ dotnet10-sdk \ - clang21-extra-tools \ + clang22-extra-tools \ nodejs \ npm \ tree-sitter-cli \ diff --git a/lua/pml68/plugins/telescope.lua b/lua/pml68/plugins/telescope.lua index f721df3..ccc0488 100644 --- a/lua/pml68/plugins/telescope.lua +++ b/lua/pml68/plugins/telescope.lua @@ -1,6 +1,6 @@ return { "nvim-telescope/telescope.nvim", - tag = "v0.2.0", + tag = "v0.2.1", cmd = "Telescope", dependencies = { "nvim-lua/plenary.nvim", |
