diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:06:54 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-05-28 12:06:54 +0100 |
| commit | 6ae48a7acafb46fa0a6119b7634885c75edb46b7 (patch) | |
| tree | b41a00a418f158317a6d077a49cb457584d256a2 /lua/user/plugins.lua | |
| parent | 8309138032f1bcd6eeb9586994994696f4786204 (diff) | |
| parent | 69ac347d940ac13320a2aa1f252b782729bf8f79 (diff) | |
Merge branch 'vgg' into 14-null-ls
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 0035ad8..5893e92 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -50,6 +50,8 @@ return packer.startup(function(use) use "kyazdani42/nvim-tree.lua" use "akinsho/bufferline.nvim" use "moll/vim-bbye" + use 'kyazdani42/nvim-web-devicons' + use 'kyazdani42/nvim-tree.lua' -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out @@ -62,6 +64,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 @@ -70,10 +73,14 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer +<<<<<<< HEAD use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters +======= +>>>>>>> vgg -- Telescope use "nvim-telescope/telescope.nvim" + use 'nvim-telescope/telescope-media-files.nvim' -- Treesitter use { @@ -84,6 +91,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 |
