nvim-config/lua/plugins.lua
Valentin Popov aa1b9a1201
Updated the theme
Signed-off-by: Valentin Popov <valentin@popov.link>
2023-03-30 16:46:26 +04:00

13 lines
342 B
Lua

-- 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 'EdenEast/nightfox.nvim'
use { 'nvim-lualine/lualine.nvim' }
end)