From 5a1fb73ff3c8a52fe59d31c3fadd58d6f36e1999 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 27 Jan 2023 14:56:03 -0800 Subject: Update telescope, set diagnostic keymap --- lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 03a5d2b..b970f2b 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -40,6 +40,6 @@ return packer.startup(function(use) use "nvim-treesitter/nvim-treesitter" --enable treesitter -- Telescope - use { "nvim-telescope/telescope.nvim", tag = '0.1.0' } + use { "nvim-telescope/telescope.nvim", tag = '0.1.1' } end) -- cgit