mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-13 09:20:30 -07:00
[wip] rebuild from scratch
This commit is contained in:
parent
5c607d047b
commit
91ba5541a3
35 changed files with 473 additions and 485 deletions
5
lua/plugins/telescope.lua
Normal file
5
lua/plugins/telescope.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
local map = vim.keymap.set
|
||||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue