2023-03-30 15:17:25 +04:00
|
|
|
-- 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)
|
2023-03-30 15:55:02 +04:00
|
|
|
use { 'wbthomason/packer.nvim', opt = true }
|
|
|
|
|
|
|
|
use { 'tanvirtin/monokai.nvim' }
|
2023-03-30 15:17:25 +04:00
|
|
|
end)
|