diff options
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |