diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,8 +30,7 @@ require('packer').startup(function(use) use { - 'nvim-telescope/telescope.nvim', tag = '0.1.0', - -- or , branch = '0.1.x', + 'nvim-telescope/telescope.nvim', tag = '0.1.4', requires = { {'nvim-lua/plenary.nvim'} } } @@ -244,3 +243,6 @@ vim.api.nvim_create_user_command( end, { nargs = 0 } ) + + + |
