Plugged in the theme

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
2023-03-30 15:55:02 +04:00
parent de87a959a9
commit 865c863f79
4 changed files with 9 additions and 2 deletions

View File

@ -1,8 +0,0 @@
-- 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'
end)