diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:24:08 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:24:08 +0100 |
| commit | 625cbc47271842540a0bee111b2a83ef65883de4 (patch) | |
| tree | 629d713891cc7d5e485b6b4bcf24f9bc99d7bc3a /lua/user/plugins.lua | |
| parent | 95e5604074b7443968f01738f7c556260a13b297 (diff) | |
| parent | b49b14da051b693036bf8d71dc9932b31a8cafa0 (diff) | |
Merge branch 'vgg' into 20-alpha20-alpha
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 183b805..ef67dbe 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -57,6 +57,8 @@ return packer.startup(function(use) use "lukas-reineke/indent-blankline.nvim" use 'goolord/alpha-nvim' use "antoinemadec/FixCursorHold.nvim" -- This is needed to fix lsp doc highlight + use 'kyazdani42/nvim-web-devicons' + use 'kyazdani42/nvim-tree.lua' -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out @@ -69,6 +71,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 @@ -82,6 +85,7 @@ return packer.startup(function(use) -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Treesitter use { @@ -92,6 +96,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 |
