From 8419ce349276901b99548c8ffdcf5598ae15317c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 17:11:06 +0400 Subject: Installed some plugins Signed-off-by: Valentin Popov --- lua/plugins.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index cfc4e08..f306c12 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -6,7 +6,11 @@ vim.cmd [[packadd packer.nvim]] return require('packer').startup(function(use) use { 'wbthomason/packer.nvim', opt = true } - use 'EdenEast/nightfox.nvim' + use { 'EdenEast/nightfox.nvim' } use { 'nvim-lualine/lualine.nvim' } + + use { 'numToStr/Comment.nvim' } + + use { 'nvim-treesitter/nvim-treesitter' } end) -- cgit v1.2.3