Compare commits

...

2 Commits

Author SHA1 Message Date
221eadd375 Merge branch 'master' of git.nussnougate.net:sevi-kun/nvim 2023-09-08 19:14:10 +02:00
d03873fe01 fixing telescope for neovim nightly 2023-09-08 19:13:57 +02:00

View File

@ -23,7 +23,7 @@ return require('packer').startup(function(use)
}
use {
'nvim-telescope/telescope.nvim', tag = '0.1.2',
'nvim-telescope/telescope.nvim', branch = '0.1.x',
requires = 'nvim-lua/plenary.nvim'
}