add first working draft
This commit is contained in:
commit
c591c88f43
13 changed files with 179 additions and 0 deletions
4
lua/weeheavy/plugins/telescope.lua
Normal file
4
lua/weeheavy/plugins/telescope.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"nvim-telescope/telescope.nvim", tag = "0.1.4",
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue