Files
nvim/plugin/packer_compiled.lua

275 lines
10 KiB
Lua
Raw Permalink Normal View History

2022-03-03 13:52:43 -05:00
-- 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()
2022-09-09 17:45:28 -04:00
_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
2022-03-03 13:52:43 -05:00
end
end
2022-09-09 17:45:28 -04:00
else
time = function(chunk, start) end
end
2022-03-03 13:52:43 -05:00
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
2022-09-09 17:45:28 -04:00
if threshold then
table.insert(results, '(Only showing plugins that took longer than ' .. threshold .. ' ms ' .. 'to load)')
end
2022-03-03 13:52:43 -05:00
_G._packer.profile_output = results
end
time([[Luarocks path setup]], true)
local package_path_str = "/root/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/root/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so"
2022-03-03 13:52:43 -05:00
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 = {
2022-08-23 08:10:48 -04:00
LuaSnip = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/LuaSnip",
2022-08-30 21:05:49 -04:00
url = "https://github.com/L3MON4D3/LuaSnip"
2022-08-23 08:10:48 -04:00
},
["cmp-buffer"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/cmp-buffer",
2022-08-30 21:05:49 -04:00
url = "https://github.com/hrsh7th/cmp-buffer"
2022-08-23 08:10:48 -04:00
},
2022-09-09 17:45:28 -04:00
["cmp-cmdline"] = {
2022-08-23 08:10:48 -04:00
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/cmp-cmdline",
2022-09-09 17:45:28 -04:00
url = "https://github.com/hrsh7th/cmp-cmdline"
2022-08-23 08:10:48 -04:00
},
["cmp-nvim-lsp"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp",
2022-08-30 21:05:49 -04:00
url = "https://github.com/hrsh7th/cmp-nvim-lsp"
2022-08-23 08:10:48 -04:00
},
["cmp-path"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/cmp-path",
2022-08-30 21:05:49 -04:00
url = "https://github.com/hrsh7th/cmp-path"
2022-08-23 08:10:48 -04:00
},
cmp_luasnip = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/cmp_luasnip",
2022-08-30 21:05:49 -04:00
url = "https://github.com/saadparwaiz1/cmp_luasnip"
2022-03-08 16:14:59 -05:00
},
2022-03-03 13:52:43 -05:00
colorschemes = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/colorschemes",
2022-08-30 21:05:49 -04:00
url = "https://github.com/lunarvim/colorschemes"
2022-03-03 13:52:43 -05:00
},
2022-03-15 14:37:10 -04:00
["dracula.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/dracula.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/Mofiqul/dracula.nvim"
2022-03-15 14:37:10 -04:00
},
2022-03-03 13:52:43 -05:00
["feline.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/feline.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/feline-nvim/feline.nvim"
2022-03-03 13:52:43 -05:00
},
2022-09-09 17:45:28 -04:00
["friendly-snippets"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/friendly-snippets",
2022-09-09 17:45:28 -04:00
url = "https://github.com/rafamadriz/friendly-snippets"
},
2022-03-03 13:52:43 -05:00
["gitsigns.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/lewis6991/gitsigns.nvim"
2022-03-03 13:52:43 -05:00
},
2022-09-09 17:45:28 -04:00
["mason-lspconfig.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim",
2022-09-09 17:45:28 -04:00
url = "https://github.com/williamboman/mason-lspconfig.nvim"
},
["mason.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/mason.nvim",
2022-09-09 17:45:28 -04:00
url = "https://github.com/williamboman/mason.nvim"
},
2022-03-08 16:14:59 -05:00
["neoscroll.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/neoscroll.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/karb94/neoscroll.nvim"
2022-03-08 16:14:59 -05:00
},
2022-07-14 18:51:47 -04:00
["null-ls.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/null-ls.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/jose-elias-alvarez/null-ls.nvim"
2022-07-14 18:51:47 -04:00
},
2022-03-03 13:52:43 -05:00
["nvim-autopairs"] = {
2022-09-20 16:29:49 -04:00
config = { "\27LJ\2\n@\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\19nvim-autopairs\frequire\0" },
2022-03-03 13:52:43 -05:00
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-autopairs",
2022-08-30 21:05:49 -04:00
url = "https://github.com/windwp/nvim-autopairs"
2022-08-23 08:10:48 -04:00
},
["nvim-cmp"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-cmp",
2022-08-30 21:05:49 -04:00
url = "https://github.com/hrsh7th/nvim-cmp"
2022-03-03 13:52:43 -05:00
},
["nvim-lspconfig"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
2022-08-30 21:05:49 -04:00
url = "https://github.com/neovim/nvim-lspconfig"
2022-03-03 13:52:43 -05:00
},
2022-11-12 07:48:04 -05:00
["nvim-mapper"] = {
config = { "\27LJ\2\n=\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\16nvim-mapper\frequire\0" },
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-mapper",
2022-11-12 07:48:04 -05:00
url = "https://github.com/lazytanuki/nvim-mapper"
},
2022-09-09 17:45:28 -04:00
["nvim-notify"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-notify",
2022-09-09 17:45:28 -04:00
url = "https://github.com/rcarriga/nvim-notify"
},
2022-03-03 13:52:43 -05:00
["nvim-treesitter"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
2022-08-30 21:05:49 -04:00
url = "https://github.com/nvim-treesitter/nvim-treesitter"
2022-03-03 13:52:43 -05:00
},
["nvim-web-devicons"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
2022-08-30 21:05:49 -04:00
url = "https://github.com/kyazdani42/nvim-web-devicons"
2022-03-03 13:52:43 -05:00
},
["packer.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/packer.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/wbthomason/packer.nvim"
2022-03-03 13:52:43 -05:00
},
["plenary.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/plenary.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/nvim-lua/plenary.nvim"
2022-03-03 13:52:43 -05:00
},
2022-11-09 16:48:39 -05:00
["popup.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/popup.nvim",
2022-11-09 16:48:39 -05:00
url = "https://github.com/nvim-lua/popup.nvim"
},
2022-03-03 13:52:43 -05:00
["symbols-outline.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/symbols-outline.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/simrat39/symbols-outline.nvim"
2022-03-03 13:52:43 -05:00
},
2022-11-09 16:48:39 -05:00
["telescope-file-browser.nvim"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/telescope-file-browser.nvim",
2022-11-09 16:48:39 -05:00
url = "https://github.com/nvim-telescope/telescope-file-browser.nvim"
},
["telescope.nvim"] = {
config = { "\27LJ\2\n;\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\14telescope\frequire\0" },
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/telescope.nvim",
2022-11-09 16:48:39 -05:00
url = "https://github.com/nvim-telescope/telescope.nvim"
},
2022-07-14 18:51:47 -04:00
["trouble.nvim"] = {
config = { "\27LJ\2\n9\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\ftrouble\frequire\0" },
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/trouble.nvim",
2022-08-30 21:05:49 -04:00
url = "https://github.com/folke/trouble.nvim"
2022-07-14 18:51:47 -04:00
},
2022-03-03 13:52:43 -05:00
["vim-wakatime"] = {
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/vim-wakatime",
2022-08-30 21:05:49 -04:00
url = "https://github.com/wakatime/vim-wakatime"
2022-03-03 13:52:43 -05:00
},
["which-key.nvim"] = {
config = { "\27LJ\2\n;\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\14which-key\frequire\0" },
loaded = true,
path = "/root/.local/share/nvim/site/pack/packer/start/which-key.nvim",
url = "https://github.com/folke/which-key.nvim"
2022-03-03 13:52:43 -05:00
}
}
time([[Defining packer_plugins]], false)
2023-01-24 17:22:42 +00:00
-- Config for: nvim-mapper
time([[Config for nvim-mapper]], true)
try_loadstring("\27LJ\2\n=\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\16nvim-mapper\frequire\0", "config", "nvim-mapper")
time([[Config for nvim-mapper]], false)
2023-01-23 21:50:17 +00:00
-- Config for: telescope.nvim
time([[Config for telescope.nvim]], true)
try_loadstring("\27LJ\2\n;\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\14telescope\frequire\0", "config", "telescope.nvim")
time([[Config for telescope.nvim]], false)
2022-11-12 07:48:04 -05:00
-- Config for: trouble.nvim
time([[Config for trouble.nvim]], true)
try_loadstring("\27LJ\2\n9\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\ftrouble\frequire\0", "config", "trouble.nvim")
time([[Config for trouble.nvim]], false)
-- Config for: nvim-autopairs
time([[Config for nvim-autopairs]], true)
try_loadstring("\27LJ\2\n@\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\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
time([[Config for nvim-autopairs]], false)
-- Config for: which-key.nvim
time([[Config for which-key.nvim]], true)
try_loadstring("\27LJ\2\n;\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\14which-key\frequire\0", "config", "which-key.nvim")
time([[Config for which-key.nvim]], false)
2022-09-09 17:45:28 -04:00
_G._packer.inside_compile = false
if _G._packer.needs_bufread == true then
vim.cmd("doautocmd BufRead")
end
_G._packer.needs_bufread = false
2022-03-03 13:52:43 -05:00
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