mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
Install old telescope config
This commit is contained in:
parent
a1758d0fc2
commit
5d1442de7d
3 changed files with 4 additions and 2 deletions
4
lua/plugins/pleanary.lua
Normal file
4
lua/plugins/pleanary.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
{ "nvim-lua/plenary.nvim" },
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
return {
|
return {
|
||||||
{ "nvim-lua/plenary.nvim" },
|
|
||||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
||||||
{ "nvim-telescope/telescope.nvim", tag = "0.1.5" },
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue