Dot_Files/.config/nvim/lua/plugins/init.lua

6 lines
152 B
Lua
Raw Normal View History

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