summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 11:54:49 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 11:54:49 +0100
commitdeaf6a9824ff47756379c00f430e784f059b581c (patch)
treeaa9b041277f91c8107d912cfd41a1e5bc2ef2c36 /lua/user/plugins.lua
parent54c2bb07828c8e11bfa8e26f5931060ac3402358 (diff)
parentdf55cb522dfd6b3d2cd2b734fce9d8fc1303385a (diff)
Merge branch 'vgg' into 10-comments10-comments
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 3e2c87c..748ce8a 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 {
@@ -77,6 +78,8 @@ return packer.startup(function(use)
run = ":TSUpdate",
}
use 'JoosepAlviste/nvim-ts-context-commentstring'
+ 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