summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:29:21 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:29:21 +0100
commit418fed300187f0cd2dbd8d8fc791dd4aa08b70fe (patch)
tree401ce42a74856588876de2d54e9e785c9f5cc751 /lua/user/plugins.lua
parentf84566dc6e9533f5fa7d377fe26c1565aa7fe213 (diff)
parentb49b14da051b693036bf8d71dc9932b31a8cafa0 (diff)
Merge branch 'vgg' into 21-whichkey21-whichkey
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 2aa1f93..eced55c 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -70,6 +70,7 @@ return packer.startup(function(use)
use "hrsh7th/cmp-cmdline" -- cmdline completions
use "saadparwaiz1/cmp_luasnip" -- snippet completions
use "hrsh7th/cmp-nvim-lsp"
+ use "hrsh7th/cmp-nvim-lua"
-- snippets
use "L3MON4D3/LuaSnip" --snippet engine
@@ -83,6 +84,7 @@ return packer.startup(function(use)
-- Telescope
use "nvim-telescope/telescope.nvim"
+ use 'nvim-telescope/telescope-media-files.nvim'
-- Treesitter
use {
@@ -93,6 +95,8 @@ return packer.startup(function(use)
-- Git
use "lewis6991/gitsigns.nvim"
+ use "p00f/nvim-ts-rainbow"
+ use "nvim-treesitter/playground"
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins