packer_compiled.lua 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. -- Automatically generated packer.nvim plugin loader code
  2. if vim.api.nvim_call_function('has', {'nvim-0.5'}) ~= 1 then
  3. vim.api.nvim_command('echohl WarningMsg | echom "Invalid Neovim version for packer.nvim! | echohl None"')
  4. return
  5. end
  6. vim.api.nvim_command('packadd packer.nvim')
  7. local no_errors, error_msg = pcall(function()
  8. _G._packer = _G._packer or {}
  9. _G._packer.inside_compile = true
  10. local time
  11. local profile_info
  12. local should_profile = false
  13. if should_profile then
  14. local hrtime = vim.loop.hrtime
  15. profile_info = {}
  16. time = function(chunk, start)
  17. if start then
  18. profile_info[chunk] = hrtime()
  19. else
  20. profile_info[chunk] = (hrtime() - profile_info[chunk]) / 1e6
  21. end
  22. end
  23. else
  24. time = function(chunk, start) end
  25. end
  26. local function save_profiles(threshold)
  27. local sorted_times = {}
  28. for chunk_name, time_taken in pairs(profile_info) do
  29. sorted_times[#sorted_times + 1] = {chunk_name, time_taken}
  30. end
  31. table.sort(sorted_times, function(a, b) return a[2] > b[2] end)
  32. local results = {}
  33. for i, elem in ipairs(sorted_times) do
  34. if not threshold or threshold and elem[2] > threshold then
  35. results[i] = elem[1] .. ' took ' .. elem[2] .. 'ms'
  36. end
  37. end
  38. if threshold then
  39. table.insert(results, '(Only showing plugins that took longer than ' .. threshold .. ' ms ' .. 'to load)')
  40. end
  41. _G._packer.profile_output = results
  42. end
  43. time([[Luarocks path setup]], true)
  44. local package_path_str = "/Users/sdaduanbilei/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/Users/sdaduanbilei/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/Users/sdaduanbilei/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/Users/sdaduanbilei/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
  45. local install_cpath_pattern = "/Users/sdaduanbilei/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/?.so"
  46. if not string.find(package.path, package_path_str, 1, true) then
  47. package.path = package.path .. ';' .. package_path_str
  48. end
  49. if not string.find(package.cpath, install_cpath_pattern, 1, true) then
  50. package.cpath = package.cpath .. ';' .. install_cpath_pattern
  51. end
  52. time([[Luarocks path setup]], false)
  53. time([[try_loadstring definition]], true)
  54. local function try_loadstring(s, component, name)
  55. local success, result = pcall(loadstring(s), name, _G.packer_plugins[name])
  56. if not success then
  57. vim.schedule(function()
  58. vim.api.nvim_notify('packer.nvim: Error running ' .. component .. ' for ' .. name .. ': ' .. result, vim.log.levels.ERROR, {})
  59. end)
  60. end
  61. return result
  62. end
  63. time([[try_loadstring definition]], false)
  64. time([[Defining packer_plugins]], true)
  65. _G.packer_plugins = {
  66. ["Comment.nvim"] = {
  67. config = { "\27LJ\2\n5\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\fComment\frequire\0" },
  68. loaded = true,
  69. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/Comment.nvim",
  70. url = "https://github.com/numToStr/Comment.nvim"
  71. },
  72. LuaSnip = {
  73. loaded = true,
  74. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/LuaSnip",
  75. url = "https://github.com/L3MON4D3/LuaSnip"
  76. },
  77. ["cmp-buffer"] = {
  78. loaded = true,
  79. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/cmp-buffer",
  80. url = "https://github.com/hrsh7th/cmp-buffer"
  81. },
  82. ["cmp-cmdline"] = {
  83. loaded = true,
  84. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/cmp-cmdline",
  85. url = "https://github.com/hrsh7th/cmp-cmdline"
  86. },
  87. ["cmp-nvim-lsp"] = {
  88. loaded = true,
  89. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp",
  90. url = "https://github.com/hrsh7th/cmp-nvim-lsp"
  91. },
  92. ["cmp-path"] = {
  93. loaded = true,
  94. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/cmp-path",
  95. url = "https://github.com/hrsh7th/cmp-path"
  96. },
  97. ["cmp-vsnip"] = {
  98. loaded = true,
  99. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/cmp-vsnip",
  100. url = "https://github.com/hrsh7th/cmp-vsnip"
  101. },
  102. ["dashboard-nvim"] = {
  103. loaded = true,
  104. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/dashboard-nvim",
  105. url = "https://github.com/glepnir/dashboard-nvim"
  106. },
  107. ["eslint.nvim"] = {
  108. loaded = true,
  109. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/eslint.nvim",
  110. url = "https://github.com/MunifTanjim/eslint.nvim"
  111. },
  112. ["formatter.nvim"] = {
  113. loaded = true,
  114. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/formatter.nvim",
  115. url = "https://github.com/mhartington/formatter.nvim"
  116. },
  117. ["friendly-snippets"] = {
  118. loaded = true,
  119. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/friendly-snippets",
  120. url = "https://github.com/rafamadriz/friendly-snippets"
  121. },
  122. ["gitsigns.nvim"] = {
  123. loaded = true,
  124. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
  125. url = "https://github.com/lewis6991/gitsigns.nvim"
  126. },
  127. ["hop.nvim"] = {
  128. 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" },
  129. loaded = true,
  130. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/hop.nvim",
  131. url = "https://github.com/phaazon/hop.nvim"
  132. },
  133. ["indent-blankline.nvim"] = {
  134. loaded = true,
  135. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/indent-blankline.nvim",
  136. url = "https://github.com/lukas-reineke/indent-blankline.nvim"
  137. },
  138. ["lazygit.nvim"] = {
  139. loaded = true,
  140. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/lazygit.nvim",
  141. url = "https://github.com/kdheepak/lazygit.nvim"
  142. },
  143. ["lspkind.nvim"] = {
  144. loaded = true,
  145. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/lspkind.nvim",
  146. url = "https://github.com/onsails/lspkind.nvim"
  147. },
  148. ["lspsaga.nvim"] = {
  149. loaded = true,
  150. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/lspsaga.nvim",
  151. url = "https://github.com/tami5/lspsaga.nvim"
  152. },
  153. ["lualine.nvim"] = {
  154. loaded = true,
  155. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/lualine.nvim",
  156. url = "https://github.com/nvim-lualine/lualine.nvim"
  157. },
  158. ["mason-lspconfig.nvim"] = {
  159. loaded = true,
  160. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim",
  161. url = "https://github.com/williamboman/mason-lspconfig.nvim"
  162. },
  163. ["mason-null-ls.nvim"] = {
  164. loaded = true,
  165. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/mason-null-ls.nvim",
  166. url = "https://github.com/jayp0521/mason-null-ls.nvim"
  167. },
  168. ["mason.nvim"] = {
  169. loaded = true,
  170. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/mason.nvim",
  171. url = "https://github.com/williamboman/mason.nvim"
  172. },
  173. ["neodev.nvim"] = {
  174. loaded = true,
  175. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/neodev.nvim",
  176. url = "https://github.com/folke/neodev.nvim"
  177. },
  178. ["null-ls.nvim"] = {
  179. loaded = true,
  180. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/null-ls.nvim",
  181. url = "https://github.com/jose-elias-alvarez/null-ls.nvim"
  182. },
  183. ["nvim-autopairs"] = {
  184. 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" },
  185. loaded = true,
  186. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-autopairs",
  187. url = "https://github.com/windwp/nvim-autopairs"
  188. },
  189. ["nvim-cmp"] = {
  190. loaded = true,
  191. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-cmp",
  192. url = "https://github.com/hrsh7th/nvim-cmp"
  193. },
  194. ["nvim-lspconfig"] = {
  195. loaded = true,
  196. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
  197. url = "https://github.com/neovim/nvim-lspconfig"
  198. },
  199. ["nvim-tree-docs"] = {
  200. loaded = true,
  201. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-tree-docs",
  202. url = "https://github.com/nvim-treesitter/nvim-tree-docs"
  203. },
  204. ["nvim-tree.lua"] = {
  205. loaded = true,
  206. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-tree.lua",
  207. url = "https://github.com/kyazdani42/nvim-tree.lua"
  208. },
  209. ["nvim-treesitter"] = {
  210. config = { "\27LJ\2\n=\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\"plugin-config.nvim-treesitter\frequire\0" },
  211. loaded = true,
  212. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
  213. url = "https://github.com/nvim-treesitter/nvim-treesitter"
  214. },
  215. ["nvim-treesitter-refactor"] = {
  216. loaded = true,
  217. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-treesitter-refactor",
  218. url = "https://github.com/nvim-treesitter/nvim-treesitter-refactor"
  219. },
  220. ["nvim-treesitter-textobjects"] = {
  221. loaded = true,
  222. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-treesitter-textobjects",
  223. url = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects"
  224. },
  225. ["nvim-ts-autotag"] = {
  226. loaded = true,
  227. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-ts-autotag",
  228. url = "https://github.com/windwp/nvim-ts-autotag"
  229. },
  230. ["nvim-ts-context-commentstring"] = {
  231. loaded = true,
  232. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-ts-context-commentstring",
  233. url = "https://github.com/JoosepAlviste/nvim-ts-context-commentstring"
  234. },
  235. ["nvim-ts-rainbow"] = {
  236. loaded = true,
  237. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-ts-rainbow",
  238. url = "https://github.com/p00f/nvim-ts-rainbow"
  239. },
  240. ["nvim-web-devicons"] = {
  241. loaded = true,
  242. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
  243. url = "https://github.com/nvim-tree/nvim-web-devicons"
  244. },
  245. ["packer.nvim"] = {
  246. loaded = true,
  247. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/packer.nvim",
  248. url = "https://github.com/wbthomason/packer.nvim"
  249. },
  250. ["plenary.nvim"] = {
  251. loaded = true,
  252. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/plenary.nvim",
  253. url = "https://github.com/nvim-lua/plenary.nvim"
  254. },
  255. ["prettier.nvim"] = {
  256. loaded = true,
  257. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/prettier.nvim",
  258. url = "https://github.com/MunifTanjim/prettier.nvim"
  259. },
  260. ["project.nvim"] = {
  261. loaded = true,
  262. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/project.nvim",
  263. url = "https://github.com/ahmedkhalf/project.nvim"
  264. },
  265. ["rust-tools.nvim"] = {
  266. loaded = true,
  267. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
  268. url = "https://github.com/simrat39/rust-tools.nvim"
  269. },
  270. ["schemastore.nvim"] = {
  271. loaded = true,
  272. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/schemastore.nvim",
  273. url = "https://github.com/b0o/schemastore.nvim"
  274. },
  275. ["telescope.nvim"] = {
  276. loaded = true,
  277. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/telescope.nvim",
  278. url = "https://github.com/nvim-telescope/telescope.nvim"
  279. },
  280. ["tokyonight.nvim"] = {
  281. loaded = true,
  282. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
  283. url = "https://github.com/folke/tokyonight.nvim"
  284. },
  285. ["trouble.nvim"] = {
  286. loaded = true,
  287. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/trouble.nvim",
  288. url = "https://github.com/folke/trouble.nvim"
  289. },
  290. ["vim-floaterm"] = {
  291. loaded = true,
  292. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/vim-floaterm",
  293. url = "https://github.com/voldikss/vim-floaterm"
  294. },
  295. ["vim-matchtag"] = {
  296. loaded = true,
  297. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/vim-matchtag",
  298. url = "https://github.com/leafOfTree/vim-matchtag"
  299. },
  300. ["vim-maximizer"] = {
  301. loaded = true,
  302. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/vim-maximizer",
  303. url = "https://github.com/szw/vim-maximizer"
  304. },
  305. ["vim-vsnip"] = {
  306. loaded = true,
  307. path = "/Users/sdaduanbilei/.local/share/nvim/site/pack/packer/start/vim-vsnip",
  308. url = "https://github.com/hrsh7th/vim-vsnip"
  309. }
  310. }
  311. time([[Defining packer_plugins]], false)
  312. -- Config for: hop.nvim
  313. time([[Config for hop.nvim]], true)
  314. 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")
  315. time([[Config for hop.nvim]], false)
  316. -- Config for: Comment.nvim
  317. time([[Config for Comment.nvim]], true)
  318. try_loadstring("\27LJ\2\n5\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\fComment\frequire\0", "config", "Comment.nvim")
  319. time([[Config for Comment.nvim]], false)
  320. -- Config for: nvim-treesitter
  321. time([[Config for nvim-treesitter]], true)
  322. try_loadstring("\27LJ\2\n=\0\0\3\0\2\0\0046\0\0\0'\2\1\0B\0\2\1K\0\1\0\"plugin-config.nvim-treesitter\frequire\0", "config", "nvim-treesitter")
  323. time([[Config for nvim-treesitter]], false)
  324. -- Config for: nvim-autopairs
  325. time([[Config for nvim-autopairs]], true)
  326. 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")
  327. time([[Config for nvim-autopairs]], false)
  328. _G._packer.inside_compile = false
  329. if _G._packer.needs_bufread == true then
  330. vim.cmd("doautocmd BufRead")
  331. end
  332. _G._packer.needs_bufread = false
  333. if should_profile then save_profiles() end
  334. end)
  335. if not no_errors then
  336. error_msg = error_msg:gsub('"', '\\"')
  337. vim.api.nvim_command('echohl ErrorMsg | echom "Error in packer_compiled: '..error_msg..'" | echom "Please check your config for correctness" | echohl None')
  338. end