Dot_Files/.config/nvim/lua/plugins/init.lua
2022-01-15 19:19:28 -06: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