diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:20:16 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:20:16 +0100 |
| commit | 7ccd48274bdd76b76fcffe9073de62289bcfcc22 (patch) | |
| tree | a79f9ba2191902c5832c85dde55c0d13a198f713 /lua/user/plugins.lua | |
| parent | 03427b87604b573f2fd4c2683de378e4806f86fc (diff) | |
| parent | e76f0ee92723ec238521383e4b4d3af0281a462b (diff) | |
Merge branch 'vgg' into 18-impatient18-impatient
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 5588703..9157f06 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -54,6 +54,8 @@ return packer.startup(function(use) use "akinsho/toggleterm.nvim" use "ahmedkhalf/project.nvim" use 'lewis6991/impatient.nvim' + use 'kyazdani42/nvim-web-devicons' + use 'kyazdani42/nvim-tree.lua' -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out @@ -66,6 +68,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 @@ -79,6 +82,7 @@ return packer.startup(function(use) -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Treesitter use { @@ -89,6 +93,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 |
