diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:22:12 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:22:12 +0100 |
| commit | b49b14da051b693036bf8d71dc9932b31a8cafa0 (patch) | |
| tree | 45d9b23ed7b63ab3f64b0558c5265d117fbbea63 /lua/user/plugins.lua | |
| parent | e07a1d37116bf2aafef18a7f2ef71e45e15ec5cc (diff) | |
| parent | 7ccd48274bdd76b76fcffe9073de62289bcfcc22 (diff) | |
Merge branch 'vgg' into 19-indentline19-indentline
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 58166df..654cbac 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -55,6 +55,8 @@ return packer.startup(function(use) use "ahmedkhalf/project.nvim" use 'lewis6991/impatient.nvim' use "lukas-reineke/indent-blankline.nvim" + use 'kyazdani42/nvim-web-devicons' + use 'kyazdani42/nvim-tree.lua' -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out @@ -67,6 +69,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 @@ -80,6 +83,7 @@ return packer.startup(function(use) -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Treesitter use { @@ -90,6 +94,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 |
