update telescope
This commit is contained in:
parent
83d0eff656
commit
885eb0dd8b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ require('lazy').setup({
|
||||||
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'nvim-telescope/telescope.nvim', tag = '0.1.6',
|
'nvim-telescope/telescope.nvim', tag = '0.1.8',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
config = function()
|
config = function()
|
||||||
local telescope = require('telescope')
|
local telescope = require('telescope')
|
||||||
|
|
Loading…
Reference in a new issue