From 93fe00385ece1f36447a60f0f6d6f7befdc3e2bd Mon Sep 17 00:00:00 2001 From: antoxa Date: Thu, 9 Apr 2026 10:40:52 +0300 Subject: [PATCH] update nvim telescope --- nvim/.config/nvim/lazy-lock.json | 3 ++- nvim/.config/nvim/lua/antoxa/plugins/telescope.lua | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json index 6bdd49d..d2a2c6b 100644 --- a/nvim/.config/nvim/lazy-lock.json +++ b/nvim/.config/nvim/lazy-lock.json @@ -17,5 +17,6 @@ "nvim-lspconfig": { "branch": "master", "commit": "c588db330592fa477a70d2fee6ba20a57194bdc3" }, "nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, - "telescope.nvim": { "branch": "0.1.x", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" } + "telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" }, + "telescope.nvim": { "branch": "master", "commit": "48d2656e54d3e3953ae647153ccdaffa50d4d76b" } } diff --git a/nvim/.config/nvim/lua/antoxa/plugins/telescope.lua b/nvim/.config/nvim/lua/antoxa/plugins/telescope.lua index 865b8dd..08846e3 100644 --- a/nvim/.config/nvim/lua/antoxa/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/antoxa/plugins/telescope.lua @@ -1,6 +1,9 @@ return { - 'nvim-telescope/telescope.nvim', branch = '0.1.x', - dependencies = { 'nvim-lua/plenary.nvim' }, + 'nvim-telescope/telescope.nvim', branch = 'master', + dependencies = { + 'nvim-lua/plenary.nvim', + { 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' }, + }, config = function() require('telescope').setup({ defaults = {