summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 14:52:53 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 14:52:53 +0100
commit08e7bed730d1be47ff1030308f72c69e52cffca1 (patch)
tree5612e44f34fea4799dbf99a42ec7fe3b6f8c3122 /lua/user/plugins.lua
parent00f61b3600ef40c0a94a3897a5da6d7d3de8b39a (diff)
parent63204515d77360a51347dd6e0b078e1e931d65af (diff)
Merge branch '07-Telescope' into vgg
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 72695d0..a60772c 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -68,6 +68,10 @@ return packer.startup(function(use)
use "neovim/nvim-lspconfig" -- enable LSP
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
+ -- Telescope
+ use "nvim-telescope/telescope.nvim"
+ use 'nvim-telescope/telescope-media-files.nvim'
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then