summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 11:57:23 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 11:57:23 +0100
commited7eee18e3833dba8ef02e3a669a582f527bcafd (patch)
treee8749f1618d60a479d49f43acb52c66cd9a4e495 /lua/user/plugins.lua
parent6fbc8c23123a6b44590a3fa6c656c2f5b98ae89e (diff)
parentdeaf6a9824ff47756379c00f430e784f059b581c (diff)
Merge branch 'vgg' into 11-gitsigns11-gitsigns
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 24678aa..7432d75 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -58,6 +58,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
@@ -66,10 +67,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 {
@@ -80,6 +81,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