375 lines
18 KiB
Lua
375 lines
18 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 = "/home/fs0c131y/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/fs0c131y/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/fs0c131y/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/fs0c131y/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
|
||
local install_cpath_pattern = "/home/fs0c131y/.cache/nvim/packer_hererocks/2.1.0-beta3/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 = {
|
||
chadtree = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/chadtree",
|
||
url = "https://github.com/ms-jpq/chadtree"
|
||
},
|
||
["comfortable-motion.vim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/comfortable-motion.vim",
|
||
url = "https://github.com/yuttie/comfortable-motion.vim"
|
||
},
|
||
["copilot.vim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/copilot.vim",
|
||
url = "https://github.com/github/copilot.vim"
|
||
},
|
||
["coq.artifacts"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/coq.artifacts",
|
||
url = "https://github.com/ms-jpq/coq.artifacts"
|
||
},
|
||
["coq.thirdparty"] = {
|
||
config = { "\27LJ\2\n<EFBFBD>\2\0\0\5\0\n\0\0186\0\0\0'\2\1\0B\0\2\0024\2\5\0005\3\2\0005\4\3\0=\4\4\0035\4\5\0=\4\6\3>\3\1\0025\3\a\0>\3\2\0025\3\b\0>\3\3\0025\3\t\0>\3\4\2B\0\2\1K\0\1\0\1\0\1\bsrc\bdap\1\0\3\bsrc\fcopilot\15short_name\bCOP\15accept_key\n<C-l>\1\0\3\bsrc\abc\15short_name\tMATH\14precision\3\6\vunsafe\1\4\0\0\arm\rpoweroff\amv\nshell\1\0\2\6n\tnode\6p\tperl\1\0\4\14max_lines\3c\bsrc\trepl\ash\ash\rdeadline\3<EFBFBD>\3\vcoq_3p\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/coq.thirdparty",
|
||
url = "https://github.com/ms-jpq/coq.thirdparty"
|
||
},
|
||
coq_nvim = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/coq_nvim",
|
||
url = "https://github.com/ms-jpq/coq_nvim"
|
||
},
|
||
["crates.nvim"] = {
|
||
config = { "\27LJ\2\ns\0\0\5\0\b\0\v6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\6\0005\3\4\0005\4\3\0=\4\5\3=\3\a\2B\0\2\1K\0\1\0\bsrc\1\0\0\bcoq\1\0\0\1\0\2\fenabled\2\tname\16crates.nvim\nsetup\vcrates\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/crates.nvim",
|
||
url = "https://github.com/saecki/crates.nvim"
|
||
},
|
||
["dashboard-nvim"] = {
|
||
config = { "\27LJ\2\n/\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\20setup.dashboard\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/dashboard-nvim",
|
||
url = "https://github.com/glepnir/dashboard-nvim"
|
||
},
|
||
["diffview.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/diffview.nvim",
|
||
url = "https://github.com/sindrets/diffview.nvim"
|
||
},
|
||
["galaxyline.nvim"] = {
|
||
config = { "\27LJ\2\n*\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\15statusline\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/galaxyline.nvim",
|
||
url = "https://github.com/NTBBloodbath/galaxyline.nvim"
|
||
},
|
||
["glow.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/glow.nvim",
|
||
url = "https://github.com/ellisonleao/glow.nvim"
|
||
},
|
||
["hop.nvim"] = {
|
||
config = { "\27LJ\2\nU\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\tkeys\28etovxqpdygfblzhckisuran\nsetup\bhop\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/hop.nvim",
|
||
url = "https://github.com/phaazon/hop.nvim"
|
||
},
|
||
["indent-blankline.nvim"] = {
|
||
config = { "\27LJ\2\nW\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\21show_end_of_line\2\nsetup\21indent_blankline\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/indent-blankline.nvim",
|
||
url = "https://github.com/lukas-reineke/indent-blankline.nvim"
|
||
},
|
||
["lsp-status.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/lsp-status.nvim",
|
||
url = "https://github.com/nvim-lua/lsp-status.nvim"
|
||
},
|
||
["nvim-colorizer.lua"] = {
|
||
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\14colorizer\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua",
|
||
url = "https://github.com/norcalli/nvim-colorizer.lua"
|
||
},
|
||
["nvim-dap"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-dap",
|
||
url = "https://github.com/mfussenegger/nvim-dap"
|
||
},
|
||
["nvim-dap-ui"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-dap-ui",
|
||
url = "https://github.com/rcarriga/nvim-dap-ui"
|
||
},
|
||
["nvim-lsp-installer"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-lsp-installer",
|
||
url = "https://github.com/williamboman/nvim-lsp-installer"
|
||
},
|
||
["nvim-lspconfig"] = {
|
||
config = { "\27LJ\2\n#\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\blsp\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
|
||
url = "https://github.com/neovim/nvim-lspconfig"
|
||
},
|
||
["nvim-treesitter"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
|
||
url = "https://github.com/nvim-treesitter/nvim-treesitter"
|
||
},
|
||
["nvim-web-devicons"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||
url = "https://github.com/kyazdani42/nvim-web-devicons"
|
||
},
|
||
["packer.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||
url = "https://github.com/wbthomason/packer.nvim"
|
||
},
|
||
["plenary.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/plenary.nvim",
|
||
url = "https://github.com/nvim-lua/plenary.nvim"
|
||
},
|
||
["rust-tools.nvim"] = {
|
||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21setup.rust-tools\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
|
||
url = "https://github.com/simrat39/rust-tools.nvim"
|
||
},
|
||
sonokai = {
|
||
config = { "\27LJ\2\n+\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\16colorscheme\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/sonokai",
|
||
url = "https://github.com/sainnhe/sonokai"
|
||
},
|
||
["telescope-fzf-native.nvim"] = {
|
||
config = { "\27LJ\2\n<EFBFBD>\1\0\0\5\0\v\0\0196\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\4\0005\3\3\0=\3\5\0025\3\a\0005\4\6\0=\4\b\3=\3\t\2B\0\2\0016\0\0\0'\2\1\0B\0\2\0029\0\n\0'\2\b\0B\0\2\1K\0\1\0\19load_extension\15extensions\bfzf\1\0\0\1\0\4\14case_mode\15smart_case\25override_file_sorter\2\28override_generic_sorter\2\nfuzzy\2\rdefaults\1\0\0\1\0\1\17initial_mode\vinsert\nsetup\14telescope\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/telescope-fzf-native.nvim",
|
||
url = "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
|
||
},
|
||
["telescope-ui-select.nvim"] = {
|
||
config = { "\27LJ\2\nN\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0'\2\3\0B\0\2\1K\0\1\0\14ui-select\19load_extension\14telescope\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/telescope-ui-select.nvim",
|
||
url = "https://github.com/nvim-telescope/telescope-ui-select.nvim"
|
||
},
|
||
["telescope.nvim"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||
url = "https://github.com/nvim-telescope/telescope.nvim"
|
||
},
|
||
["toggleterm.nvim"] = {
|
||
config = { "\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21setup.toggleterm\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/toggleterm.nvim",
|
||
url = "https://github.com/akinsho/toggleterm.nvim"
|
||
},
|
||
["trouble.nvim"] = {
|
||
config = { "\27LJ\2\n<EFBFBD>\1\0\0\t\0\16\0\0276\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\0016\0\0\0'\2\3\0B\0\2\0026\1\0\0'\3\4\0B\1\2\0029\2\2\0015\4\14\0005\5\f\0005\6\b\0005\a\6\0009\b\5\0=\b\a\a=\a\t\0065\a\n\0009\b\5\0=\b\a\a=\a\v\6=\6\r\5=\5\15\4B\2\2\1K\0\1\0\rdefaults\1\0\0\rmappings\1\0\0\6n\1\0\0\6i\1\0\0\n<c-t>\1\0\0\22open_with_trouble\14telescope trouble.providers.telescope\nsetup\ftrouble\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/trouble.nvim",
|
||
url = "https://github.com/folke/trouble.nvim"
|
||
},
|
||
["vim-base64"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-base64",
|
||
url = "https://github.com/christianrondeau/vim-base64"
|
||
},
|
||
["vim-commentary"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-commentary",
|
||
url = "https://github.com/tpope/vim-commentary"
|
||
},
|
||
["vim-fugitive"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-fugitive",
|
||
url = "https://github.com/tpope/vim-fugitive"
|
||
},
|
||
["vim-gh-line"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-gh-line",
|
||
url = "https://github.com/ruanyl/vim-gh-line"
|
||
},
|
||
["vim-mergetool"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-mergetool",
|
||
url = "https://github.com/samoshkin/vim-mergetool"
|
||
},
|
||
["vim-repeat"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-repeat",
|
||
url = "https://github.com/tpope/vim-repeat"
|
||
},
|
||
["vim-rooter"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-rooter",
|
||
url = "https://github.com/airblade/vim-rooter"
|
||
},
|
||
["vim-speeddating"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-speeddating",
|
||
url = "https://github.com/tpope/vim-speeddating"
|
||
},
|
||
["vim-surround"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-surround",
|
||
url = "https://github.com/tpope/vim-surround"
|
||
},
|
||
["vim-vinegar"] = {
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/vim-vinegar",
|
||
url = "https://github.com/tpope/vim-vinegar"
|
||
},
|
||
["which-key.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\14which-key\frequire\0" },
|
||
loaded = true,
|
||
path = "/home/fs0c131y/.local/share/nvim/site/pack/packer/start/which-key.nvim",
|
||
url = "https://github.com/folke/which-key.nvim"
|
||
}
|
||
}
|
||
|
||
time([[Defining packer_plugins]], false)
|
||
-- Config for: toggleterm.nvim
|
||
time([[Config for toggleterm.nvim]], true)
|
||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21setup.toggleterm\frequire\0", "config", "toggleterm.nvim")
|
||
time([[Config for toggleterm.nvim]], false)
|
||
-- Config for: sonokai
|
||
time([[Config for sonokai]], 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\16colorscheme\frequire\0", "config", "sonokai")
|
||
time([[Config for sonokai]], false)
|
||
-- Config for: hop.nvim
|
||
time([[Config for hop.nvim]], true)
|
||
try_loadstring("\27LJ\2\nU\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\tkeys\28etovxqpdygfblzhckisuran\nsetup\bhop\frequire\0", "config", "hop.nvim")
|
||
time([[Config for hop.nvim]], false)
|
||
-- Config for: crates.nvim
|
||
time([[Config for crates.nvim]], true)
|
||
try_loadstring("\27LJ\2\ns\0\0\5\0\b\0\v6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\6\0005\3\4\0005\4\3\0=\4\5\3=\3\a\2B\0\2\1K\0\1\0\bsrc\1\0\0\bcoq\1\0\0\1\0\2\fenabled\2\tname\16crates.nvim\nsetup\vcrates\frequire\0", "config", "crates.nvim")
|
||
time([[Config for crates.nvim]], false)
|
||
-- Config for: telescope-fzf-native.nvim
|
||
time([[Config for telescope-fzf-native.nvim]], true)
|
||
try_loadstring("\27LJ\2\n<EFBFBD>\1\0\0\5\0\v\0\0196\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\4\0005\3\3\0=\3\5\0025\3\a\0005\4\6\0=\4\b\3=\3\t\2B\0\2\0016\0\0\0'\2\1\0B\0\2\0029\0\n\0'\2\b\0B\0\2\1K\0\1\0\19load_extension\15extensions\bfzf\1\0\0\1\0\4\14case_mode\15smart_case\25override_file_sorter\2\28override_generic_sorter\2\nfuzzy\2\rdefaults\1\0\0\1\0\1\17initial_mode\vinsert\nsetup\14telescope\frequire\0", "config", "telescope-fzf-native.nvim")
|
||
time([[Config for telescope-fzf-native.nvim]], false)
|
||
-- Config for: indent-blankline.nvim
|
||
time([[Config for indent-blankline.nvim]], true)
|
||
try_loadstring("\27LJ\2\nW\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\21show_end_of_line\2\nsetup\21indent_blankline\frequire\0", "config", "indent-blankline.nvim")
|
||
time([[Config for indent-blankline.nvim]], false)
|
||
-- Config for: dashboard-nvim
|
||
time([[Config for dashboard-nvim]], 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\20setup.dashboard\frequire\0", "config", "dashboard-nvim")
|
||
time([[Config for dashboard-nvim]], false)
|
||
-- Config for: nvim-colorizer.lua
|
||
time([[Config for nvim-colorizer.lua]], 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\14colorizer\frequire\0", "config", "nvim-colorizer.lua")
|
||
time([[Config for nvim-colorizer.lua]], false)
|
||
-- Config for: telescope-ui-select.nvim
|
||
time([[Config for telescope-ui-select.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\0'\2\3\0B\0\2\1K\0\1\0\14ui-select\19load_extension\14telescope\frequire\0", "config", "telescope-ui-select.nvim")
|
||
time([[Config for telescope-ui-select.nvim]], false)
|
||
-- Config for: nvim-lspconfig
|
||
time([[Config for nvim-lspconfig]], 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\blsp\frequire\0", "config", "nvim-lspconfig")
|
||
time([[Config for nvim-lspconfig]], false)
|
||
-- Config for: galaxyline.nvim
|
||
time([[Config for galaxyline.nvim]], 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\15statusline\frequire\0", "config", "galaxyline.nvim")
|
||
time([[Config for galaxyline.nvim]], false)
|
||
-- Config for: trouble.nvim
|
||
time([[Config for trouble.nvim]], true)
|
||
try_loadstring("\27LJ\2\n<EFBFBD>\1\0\0\t\0\16\0\0276\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\0016\0\0\0'\2\3\0B\0\2\0026\1\0\0'\3\4\0B\1\2\0029\2\2\0015\4\14\0005\5\f\0005\6\b\0005\a\6\0009\b\5\0=\b\a\a=\a\t\0065\a\n\0009\b\5\0=\b\a\a=\a\v\6=\6\r\5=\5\15\4B\2\2\1K\0\1\0\rdefaults\1\0\0\rmappings\1\0\0\6n\1\0\0\6i\1\0\0\n<c-t>\1\0\0\22open_with_trouble\14telescope trouble.providers.telescope\nsetup\ftrouble\frequire\0", "config", "trouble.nvim")
|
||
time([[Config for trouble.nvim]], false)
|
||
-- Config for: rust-tools.nvim
|
||
time([[Config for rust-tools.nvim]], true)
|
||
try_loadstring("\27LJ\2\n0\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\21setup.rust-tools\frequire\0", "config", "rust-tools.nvim")
|
||
time([[Config for rust-tools.nvim]], false)
|
||
-- Config for: which-key.nvim
|
||
time([[Config for which-key.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\14which-key\frequire\0", "config", "which-key.nvim")
|
||
time([[Config for which-key.nvim]], false)
|
||
-- Config for: coq.thirdparty
|
||
time([[Config for coq.thirdparty]], true)
|
||
try_loadstring("\27LJ\2\n<EFBFBD>\2\0\0\5\0\n\0\0186\0\0\0'\2\1\0B\0\2\0024\2\5\0005\3\2\0005\4\3\0=\4\4\0035\4\5\0=\4\6\3>\3\1\0025\3\a\0>\3\2\0025\3\b\0>\3\3\0025\3\t\0>\3\4\2B\0\2\1K\0\1\0\1\0\1\bsrc\bdap\1\0\3\bsrc\fcopilot\15short_name\bCOP\15accept_key\n<C-l>\1\0\3\bsrc\abc\15short_name\tMATH\14precision\3\6\vunsafe\1\4\0\0\arm\rpoweroff\amv\nshell\1\0\2\6n\tnode\6p\tperl\1\0\4\14max_lines\3c\bsrc\trepl\ash\ash\rdeadline\3<EFBFBD>\3\vcoq_3p\frequire\0", "config", "coq.thirdparty")
|
||
time([[Config for coq.thirdparty]], 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
|