summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:52:10 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:52:10 -0500
commit94f160d1bda6c8a62caad92a1abd2c2582f2c9be (patch)
treed91b21ecd9ed159b5dd65b855c76704caf6e4110 /lua/user/plugins.lua
parent0116a44ec810e9fdd05b2a6a838a550e98eda8b3 (diff)
add telescope
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 45141e2..c8a32cb 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -66,6 +66,9 @@ return packer.startup(function(use)
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for
+ -- Telescope
+ use "nvim-telescope/telescope.nvim"
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then