diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:00:15 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:00:15 +0100 |
| commit | 8fad47c3cf670bad0afd9439032c148d27ca62de (patch) | |
| tree | 8a33031dcbb7f3a129754f8b62f3830bddd505d4 /lua/user/plugins.lua | |
| parent | dd004512f2850c894753b15a6a8a2147088f1cb4 (diff) | |
| parent | ed7eee18e3833dba8ef02e3a669a582f527bcafd (diff) | |
Merge branch 'vgg' into 12-nvimtree12-nvimtree
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 04c0bc9..d04dd86 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -60,6 +60,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 @@ -68,10 +69,10 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer - use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Treesitter use { @@ -82,6 +83,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 |
