mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
299 lines
13 KiB
Lua
299 lines
13 KiB
Lua
-- Automatically generated packer.nvim plugin loader code
|
||
|
||
if vim.api.nvim_call_function('has', {'nvim-0.5'}) ~= 1 then
|
||
vim.api.nvim_command('echohl WarningMsg | echom "Invalid Neovim version for packer.nvim! | echohl None"')
|
||
return
|
||
end
|
||
|
||
vim.api.nvim_command('packadd packer.nvim')
|
||
|
||
local no_errors, error_msg = pcall(function()
|
||
|
||
_G._packer = _G._packer or {}
|
||
_G._packer.inside_compile = true
|
||
|
||
local time
|
||
local profile_info
|
||
local should_profile = false
|
||
if should_profile then
|
||
local hrtime = vim.loop.hrtime
|
||
profile_info = {}
|
||
time = function(chunk, start)
|
||
if start then
|
||
profile_info[chunk] = hrtime()
|
||
else
|
||
profile_info[chunk] = (hrtime() - profile_info[chunk]) / 1e6
|
||
end
|
||
end
|
||
else
|
||
time = function(chunk, start) end
|
||
end
|
||
|
||
local function save_profiles(threshold)
|
||
local sorted_times = {}
|
||
for chunk_name, time_taken in pairs(profile_info) do
|
||
sorted_times[#sorted_times + 1] = {chunk_name, time_taken}
|
||
end
|
||
table.sort(sorted_times, function(a, b) return a[2] > b[2] end)
|
||
local results = {}
|
||
for i, elem in ipairs(sorted_times) do
|
||
if not threshold or threshold and elem[2] > threshold then
|
||
results[i] = elem[1] .. ' took ' .. elem[2] .. 'ms'
|
||
end
|
||
end
|
||
if threshold then
|
||
table.insert(results, '(Only showing plugins that took longer than ' .. threshold .. ' ms ' .. 'to load)')
|
||
end
|
||
|
||
_G._packer.profile_output = results
|
||
end
|
||
|
||
time([[Luarocks path setup]], true)
|
||
local package_path_str = "/Users/scie/.cache/nvim/packer_hererocks/2.1.1741730670/share/lua/5.1/?.lua;/Users/scie/.cache/nvim/packer_hererocks/2.1.1741730670/share/lua/5.1/?/init.lua;/Users/scie/.cache/nvim/packer_hererocks/2.1.1741730670/lib/luarocks/rocks-5.1/?.lua;/Users/scie/.cache/nvim/packer_hererocks/2.1.1741730670/lib/luarocks/rocks-5.1/?/init.lua"
|
||
local install_cpath_pattern = "/Users/scie/.cache/nvim/packer_hererocks/2.1.1741730670/lib/lua/5.1/?.so"
|
||
if not string.find(package.path, package_path_str, 1, true) then
|
||
package.path = package.path .. ';' .. package_path_str
|
||
end
|
||
|
||
if not string.find(package.cpath, install_cpath_pattern, 1, true) then
|
||
package.cpath = package.cpath .. ';' .. install_cpath_pattern
|
||
end
|
||
|
||
time([[Luarocks path setup]], false)
|
||
time([[try_loadstring definition]], true)
|
||
local function try_loadstring(s, component, name)
|
||
local success, result = pcall(loadstring(s), name, _G.packer_plugins[name])
|
||
if not success then
|
||
vim.schedule(function()
|
||
vim.api.nvim_notify('packer.nvim: Error running ' .. component .. ' for ' .. name .. ': ' .. result, vim.log.levels.ERROR, {})
|
||
end)
|
||
end
|
||
return result
|
||
end
|
||
|
||
time([[try_loadstring definition]], false)
|
||
time([[Defining packer_plugins]], true)
|
||
_G.packer_plugins = {
|
||
["autoclose.nvim"] = {
|
||
config = { "\27LJ\2\n7\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\14autoclose\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/autoclose.nvim",
|
||
url = "https://github.com/m4xshen/autoclose.nvim"
|
||
},
|
||
["betterTerm.nvim"] = {
|
||
config = { "\27LJ\2\n8\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\15betterTerm\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/betterTerm.nvim",
|
||
url = "https://github.com/CRAG666/betterTerm.nvim"
|
||
},
|
||
["blink.cmp"] = {
|
||
config = { "\27LJ\2\n4\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\25plugins/blink_config\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/blink.cmp",
|
||
url = "https://github.com/saghen/blink.cmp"
|
||
},
|
||
["friendly-snippets"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/friendly-snippets",
|
||
url = "https://github.com/rafamadriz/friendly-snippets"
|
||
},
|
||
["git-blame.nvim"] = {
|
||
config = { "\27LJ\2\nN\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0B\0\2\1K\0\1\0\1\0\1\19gitblame_delay\3\1\nsetup\rgitblame\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/git-blame.nvim",
|
||
url = "https://github.com/f-person/git-blame.nvim"
|
||
},
|
||
["lualine.nvim"] = {
|
||
config = { "\27LJ\2\n6\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\27plugins/lualine-config\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
||
url = "https://github.com/nvim-lualine/lualine.nvim"
|
||
},
|
||
["marks.nvim"] = {
|
||
config = { "\27LJ\2\n4\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\25plugins/marks-config\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/marks.nvim",
|
||
url = "https://github.com/chentoast/marks.nvim"
|
||
},
|
||
["mini.base16"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/mini.base16",
|
||
url = "https://github.com/echasnovski/mini.base16"
|
||
},
|
||
["neo-tree.nvim"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/neo-tree.nvim",
|
||
url = "https://github.com/nvim-neo-tree/neo-tree.nvim"
|
||
},
|
||
neogit = {
|
||
config = { "\27LJ\2\n8\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\vneogit\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/neogit",
|
||
url = "https://github.com/NeogitOrg/neogit"
|
||
},
|
||
["nui.nvim"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nui.nvim",
|
||
url = "https://github.com/MunifTanjim/nui.nvim"
|
||
},
|
||
["nvim-dap"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-dap",
|
||
url = "https://github.com/mfussenegger/nvim-dap"
|
||
},
|
||
["nvim-dap-ui"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-dap-ui",
|
||
url = "https://github.com/rcarriga/nvim-dap-ui"
|
||
},
|
||
["nvim-dap-virtual-text"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-dap-virtual-text",
|
||
url = "https://github.com/theHamsta/nvim-dap-virtual-text"
|
||
},
|
||
["nvim-lint"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-lint",
|
||
url = "https://github.com/mfussenegger/nvim-lint"
|
||
},
|
||
["nvim-nio"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-nio",
|
||
url = "https://github.com/nvim-neotest/nvim-nio"
|
||
},
|
||
["nvim-platformio.lua"] = {
|
||
config = { "\27LJ\2\nn\0\0\3\0\a\0\f6\0\0\0009\0\1\0009\0\2\0\14\0\0\0X\0\6<EFBFBD>6\0\3\0'\2\4\0B\0\2\0029\0\5\0005\2\6\0B\0\2\1K\0\1\0\1\0\1\blsp\vclangd\nsetup\15platformio\frequire\14is_purdue\6g\bvim\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-platformio.lua",
|
||
url = "https://github.com/anurag3301/nvim-platformio.lua"
|
||
},
|
||
["nvim-toggleterm.lua"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-toggleterm.lua",
|
||
url = "https://github.com/akinsho/nvim-toggleterm.lua"
|
||
},
|
||
["nvim-treesitter"] = {
|
||
config = { "\27LJ\2\n*\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\15plugins/ts\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||
},
|
||
["nvim-web-devicons"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||
url = "https://github.com/nvim-tree/nvim-web-devicons"
|
||
},
|
||
["octo.nvim"] = {
|
||
config = { "\27LJ\2\n2\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\tocto\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/octo.nvim",
|
||
url = "https://github.com/pwntester/octo.nvim"
|
||
},
|
||
["packer.nvim"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||
url = "https://github.com/wbthomason/packer.nvim"
|
||
},
|
||
["plenary.nvim"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
||
url = "https://github.com/nvim-lua/plenary.nvim"
|
||
},
|
||
rustaceanvim = {
|
||
config = { "\27LJ\2\n3\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\24plugins/rust-config\frequire\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/rustaceanvim",
|
||
url = "https://github.com/mrcjkb/rustaceanvim"
|
||
},
|
||
["solarized.nvim"] = {
|
||
config = { "\27LJ\2\n<EFBFBD>\1\0\0\4\0\n\0\0246\0\0\0009\0\1\0'\1\3\0=\1\2\0006\0\4\0'\2\5\0B\0\2\0026\1\0\0009\1\1\1+\2\2\0=\2\6\0016\1\0\0009\1\1\1'\2\3\0=\2\2\0019\1\a\0004\3\0\0B\1\2\0016\1\0\0009\1\b\0019\1\t\1'\3\5\0B\1\2\1K\0\1\0\16colorscheme\bcmd\nsetup\18termguicolors\14solarized\frequire\tdark\15background\6o\bvim\0" },
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/solarized.nvim",
|
||
url = "https://github.com/maxmx03/solarized.nvim"
|
||
},
|
||
["telescope.nvim"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||
url = "https://github.com/nvim-telescope/telescope.nvim"
|
||
},
|
||
["tree-sitter-jinja2"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/tree-sitter-jinja2",
|
||
url = "https://github.com/geigerzaehler/tree-sitter-jinja2"
|
||
},
|
||
undotree = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/undotree",
|
||
url = "https://github.com/mbbill/undotree"
|
||
},
|
||
["vim-wakatime"] = {
|
||
loaded = true,
|
||
path = "/Users/scie/.local/share/nvim/site/pack/packer/start/vim-wakatime",
|
||
url = "https://github.com/wakatime/vim-wakatime"
|
||
}
|
||
}
|
||
|
||
time([[Defining packer_plugins]], false)
|
||
-- Config for: nvim-platformio.lua
|
||
time([[Config for nvim-platformio.lua]], true)
|
||
try_loadstring("\27LJ\2\nn\0\0\3\0\a\0\f6\0\0\0009\0\1\0009\0\2\0\14\0\0\0X\0\6<EFBFBD>6\0\3\0'\2\4\0B\0\2\0029\0\5\0005\2\6\0B\0\2\1K\0\1\0\1\0\1\blsp\vclangd\nsetup\15platformio\frequire\14is_purdue\6g\bvim\0", "config", "nvim-platformio.lua")
|
||
time([[Config for nvim-platformio.lua]], false)
|
||
-- Config for: neogit
|
||
time([[Config for neogit]], true)
|
||
try_loadstring("\27LJ\2\n8\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\vneogit\frequire\0", "config", "neogit")
|
||
time([[Config for neogit]], false)
|
||
-- Config for: lualine.nvim
|
||
time([[Config for lualine.nvim]], true)
|
||
try_loadstring("\27LJ\2\n6\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\27plugins/lualine-config\frequire\0", "config", "lualine.nvim")
|
||
time([[Config for lualine.nvim]], false)
|
||
-- Config for: betterTerm.nvim
|
||
time([[Config for betterTerm.nvim]], true)
|
||
try_loadstring("\27LJ\2\n8\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\15betterTerm\frequire\0", "config", "betterTerm.nvim")
|
||
time([[Config for betterTerm.nvim]], false)
|
||
-- Config for: marks.nvim
|
||
time([[Config for marks.nvim]], true)
|
||
try_loadstring("\27LJ\2\n4\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\25plugins/marks-config\frequire\0", "config", "marks.nvim")
|
||
time([[Config for marks.nvim]], false)
|
||
-- Config for: blink.cmp
|
||
time([[Config for blink.cmp]], true)
|
||
try_loadstring("\27LJ\2\n4\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\25plugins/blink_config\frequire\0", "config", "blink.cmp")
|
||
time([[Config for blink.cmp]], false)
|
||
-- Config for: octo.nvim
|
||
time([[Config for octo.nvim]], true)
|
||
try_loadstring("\27LJ\2\n2\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\tocto\frequire\0", "config", "octo.nvim")
|
||
time([[Config for octo.nvim]], false)
|
||
-- Config for: solarized.nvim
|
||
time([[Config for solarized.nvim]], true)
|
||
try_loadstring("\27LJ\2\n<EFBFBD>\1\0\0\4\0\n\0\0246\0\0\0009\0\1\0'\1\3\0=\1\2\0006\0\4\0'\2\5\0B\0\2\0026\1\0\0009\1\1\1+\2\2\0=\2\6\0016\1\0\0009\1\1\1'\2\3\0=\2\2\0019\1\a\0004\3\0\0B\1\2\0016\1\0\0009\1\b\0019\1\t\1'\3\5\0B\1\2\1K\0\1\0\16colorscheme\bcmd\nsetup\18termguicolors\14solarized\frequire\tdark\15background\6o\bvim\0", "config", "solarized.nvim")
|
||
time([[Config for solarized.nvim]], false)
|
||
-- Config for: rustaceanvim
|
||
time([[Config for rustaceanvim]], true)
|
||
try_loadstring("\27LJ\2\n3\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\24plugins/rust-config\frequire\0", "config", "rustaceanvim")
|
||
time([[Config for rustaceanvim]], false)
|
||
-- Config for: nvim-treesitter
|
||
time([[Config for nvim-treesitter]], true)
|
||
try_loadstring("\27LJ\2\n*\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\15plugins/ts\frequire\0", "config", "nvim-treesitter")
|
||
time([[Config for nvim-treesitter]], false)
|
||
-- Config for: git-blame.nvim
|
||
time([[Config for git-blame.nvim]], true)
|
||
try_loadstring("\27LJ\2\nN\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0B\0\2\1K\0\1\0\1\0\1\19gitblame_delay\3\1\nsetup\rgitblame\frequire\0", "config", "git-blame.nvim")
|
||
time([[Config for git-blame.nvim]], false)
|
||
-- Config for: autoclose.nvim
|
||
time([[Config for autoclose.nvim]], true)
|
||
try_loadstring("\27LJ\2\n7\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\14autoclose\frequire\0", "config", "autoclose.nvim")
|
||
time([[Config for autoclose.nvim]], false)
|
||
|
||
_G._packer.inside_compile = false
|
||
if _G._packer.needs_bufread == true then
|
||
vim.cmd("doautocmd BufRead")
|
||
end
|
||
_G._packer.needs_bufread = false
|
||
|
||
if should_profile then save_profiles() end
|
||
|
||
end)
|
||
|
||
if not no_errors then
|
||
error_msg = error_msg:gsub('"', '\\"')
|
||
vim.api.nvim_command('echohl ErrorMsg | echom "Error in packer_compiled: '..error_msg..'" | echom "Please check your config for correctness" | echohl None')
|
||
end
|