From 865c863f795ce3022f57f15e795bfa0d2172b3a0 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 15:55:02 +0400 Subject: Plugged in the theme Signed-off-by: Valentin Popov --- lua/plugins.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins.lua (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua new file mode 100644 index 0000000..11cbd16 --- /dev/null +++ b/lua/plugins.lua @@ -0,0 +1,10 @@ +-- This file can be loaded by calling `lua require('plugins')` from your init.vim + +-- Only required if you have packer configured as `opt` +vim.cmd [[packadd packer.nvim]] + +return require('packer').startup(function(use) + use { 'wbthomason/packer.nvim', opt = true } + + use { 'tanvirtin/monokai.nvim' } +end) -- cgit v1.2.3