summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:18:03 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:18:03 +0100
commite76f0ee92723ec238521383e4b4d3af0281a462b (patch)
treedea09a92c25c72563ecd7b341289c864e8dc323b /lua/user/plugins.lua
parent60c29a60a338d81bd93d7784595c3e91f0772053 (diff)
parenta77e1095d3a820c975f68bbcfbedea0185096378 (diff)
Merge branch 'vgg' into 17-project17-project
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 87a88a5..ede90b2 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -53,6 +53,8 @@ return packer.startup(function(use)
use 'nvim-lualine/lualine.nvim'
use "akinsho/toggleterm.nvim"
use "ahmedkhalf/project.nvim"
+ use 'kyazdani42/nvim-web-devicons'
+ use 'kyazdani42/nvim-tree.lua'
-- Colorschemes
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out
@@ -65,6 +67,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
@@ -78,6 +81,7 @@ return packer.startup(function(use)
-- Telescope
use "nvim-telescope/telescope.nvim"
+ use 'nvim-telescope/telescope-media-files.nvim'
-- Treesitter
use {
@@ -88,6 +92,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