Dot_Files/.config/nvim/lua/plugins/init.lua
2022-05-11 21:00:57 -05:00

6 lines
152 B
Lua
Executable File

require('plugins.plugins')
local found, _ = pcall(require, 'packer_compiled')
if not found then
vim.notify('Unable to locate packer_compiled!')
end