-- 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 = "/root/.cache/nvim/packer_hererocks/2.1.1761727121/share/lua/5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.1761727121/share/lua/5.1/?/init.lua;/root/.cache/nvim/packer_hererocks/2.1.1761727121/lib/luarocks/rocks-5.1/?.lua;/root/.cache/nvim/packer_hererocks/2.1.1761727121/lib/luarocks/rocks-5.1/?/init.lua" local install_cpath_pattern = "/root/.cache/nvim/packer_hererocks/2.1.1761727121/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 = { ["Comment.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/Comment.nvim", url = "https://github.com/numToStr/Comment.nvim" }, ["FixCursorHold.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/FixCursorHold.nvim", url = "https://github.com/antoinemadec/FixCursorHold.nvim" }, LuaSnip = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/LuaSnip", url = "https://github.com/L3MON4D3/LuaSnip" }, ["augment.vim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/augment.vim", url = "https://github.com/augmentcode/augment.vim" }, ["autosave.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/autosave.nvim", url = "https://github.com/0x00-ketsu/autosave.nvim" }, ["baleia.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/baleia.nvim", url = "https://github.com/m00qek/baleia.nvim" }, ["chafa.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/chafa.nvim", url = "https://github.com/princejoogie/chafa.nvim" }, ["cmp-nvim-lsp"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp", url = "https://github.com/hrsh7th/cmp-nvim-lsp" }, ["cmp-nvim-lua"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/cmp-nvim-lua", url = "https://github.com/hrsh7th/cmp-nvim-lua" }, ["cmp-path"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/cmp-path", url = "https://github.com/hrsh7th/cmp-path" }, cmp_luasnip = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/cmp_luasnip", url = "https://github.com/saadparwaiz1/cmp_luasnip" }, ["copilot.vim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/copilot.vim", url = "https://github.com/github/copilot.vim" }, ["diffview.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/diffview.nvim", url = "https://github.com/sindrets/diffview.nvim" }, ["ejs-syntax"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/ejs-syntax", url = "https://github.com/nikvdp/ejs-syntax" }, ["emmet-vim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/emmet-vim", url = "https://github.com/mattn/emmet-vim" }, ["friendly-snippets"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/friendly-snippets", url = "https://github.com/rafamadriz/friendly-snippets" }, ["git-conflict.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/git-conflict.nvim", url = "https://github.com/akinsho/git-conflict.nvim" }, ["git-rebase-auto-diff.nvim"] = { config = { "\27LJ\2\nB\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\25git-rebase-auto-diff\frequire\0" }, loaded = false, needs_bufread = false, only_cond = false, path = "/root/.local/share/nvim/site/pack/packer/opt/git-rebase-auto-diff.nvim", url = "https://github.com/yutkat/git-rebase-auto-diff.nvim" }, harpoon = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/harpoon", url = "https://github.com/ThePrimeagen/harpoon" }, indentLine = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/indentLine", url = "https://github.com/Yggdroot/indentLine" }, ["live-server.nvim"] = { config = { "\27LJ\2\nv\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\5\17open_browser\1\blog\1\rhtmllint\1\nindex\15index.html\tport\3¸\23\nsetup\16live-server\frequire\0" }, loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/live-server.nvim", url = "https://github.com/barrett-ruth/live-server.nvim" }, ["lsp-zero.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim", url = "https://github.com/VonHeikemen/lsp-zero.nvim" }, ["lua-async-await"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/lua-async-await", url = "https://github.com/nvim-java/lua-async-await" }, ["lualine.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/lualine.nvim", url = "https://github.com/nvim-lualine/lualine.nvim" }, ["markdown-preview.nvim"] = { commands = { "MarkdownPreview", "MarkdownPreviewStop", "MarkdownPreviewToggle" }, loaded = false, needs_bufread = false, only_cond = false, path = "/root/.local/share/nvim/site/pack/packer/opt/markdown-preview.nvim", url = "https://github.com/iamcco/markdown-preview.nvim" }, ["mason-lspconfig.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", url = "https://github.com/williamboman/mason-lspconfig.nvim" }, ["mason-null-ls.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/mason-null-ls.nvim", url = "https://github.com/jay-babu/mason-null-ls.nvim" }, ["mason.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/mason.nvim", url = "https://github.com/williamboman/mason.nvim" }, neocord = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/neocord", url = "https://github.com/IogaMaster/neocord" }, neotest = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/neotest", url = "https://github.com/nvim-neotest/neotest" }, ["neotest-java"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/neotest-java", url = "https://github.com/rcasia/neotest-java" }, ["none-ls.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/none-ls.nvim", url = "https://github.com/nvimtools/none-ls.nvim" }, ["nui.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nui.nvim", url = "https://github.com/MunifTanjim/nui.nvim" }, ["nvim-autopairs"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-autopairs", url = "https://github.com/windwp/nvim-autopairs" }, ["nvim-cmp"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-cmp", url = "https://github.com/hrsh7th/nvim-cmp" }, ["nvim-colorizer.lua"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua", url = "https://github.com/norcalli/nvim-colorizer.lua" }, ["nvim-dap"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-dap", url = "https://github.com/mfussenegger/nvim-dap" }, ["nvim-dap-ui"] = { loaded = true, path = "/root/.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 = "/root/.local/share/nvim/site/pack/packer/start/nvim-dap-virtual-text", url = "https://github.com/theHamsta/nvim-dap-virtual-text" }, ["nvim-http"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-http", url = "https://github.com/BlackLight/nvim-http" }, ["nvim-java"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-java", url = "https://github.com/nvim-java/nvim-java" }, ["nvim-java-core"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-java-core", url = "https://github.com/nvim-java/nvim-java-core" }, ["nvim-java-dap"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-java-dap", url = "https://github.com/nvim-java/nvim-java-dap" }, ["nvim-java-refactor"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-java-refactor", url = "https://github.com/nvim-java/nvim-java-refactor" }, ["nvim-java-test"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-java-test", url = "https://github.com/nvim-java/nvim-java-test" }, ["nvim-lspconfig"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", url = "https://github.com/neovim/nvim-lspconfig" }, ["nvim-nio"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-nio", url = "https://github.com/nvim-neotest/nvim-nio" }, ["nvim-popcorn"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-popcorn", url = "https://github.com/javiorfo/nvim-popcorn" }, ["nvim-pqf"] = { config = { "\27LJ\2\n1\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\bpqf\frequire\0" }, loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-pqf", url = "https://github.com/yorickpeterse/nvim-pqf" }, ["nvim-spinetta"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-spinetta", url = "https://github.com/javiorfo/nvim-spinetta" }, ["nvim-springtime"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-springtime", url = "https://github.com/javiorfo/nvim-springtime" }, ["nvim-tree.lua"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-tree.lua", url = "https://github.com/nvim-tree/nvim-tree.lua" }, ["nvim-treesitter"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-treesitter", url = "https://github.com/nvim-treesitter/nvim-treesitter" }, ["nvim-ts-context-commentstring"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-ts-context-commentstring", url = "https://github.com/JoosepAlviste/nvim-ts-context-commentstring" }, ["nvim-web-devicons"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/nvim-web-devicons", url = "https://github.com/kyazdani42/nvim-web-devicons" }, ["packer.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/packer.nvim", url = "https://github.com/wbthomason/packer.nvim" }, playground = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/playground", url = "https://github.com/nvim-treesitter/playground" }, ["plenary.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/plenary.nvim", url = "https://github.com/nvim-lua/plenary.nvim" }, ["resty.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/resty.nvim", url = "https://github.com/lima1909/resty.nvim" }, ["telescope.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/telescope.nvim", url = "https://github.com/nvim-telescope/telescope.nvim" }, tokyonight = { config = { "\27LJ\2\n:\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\27colorscheme tokyonight\bcmd\bvim\0" }, loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/tokyonight", url = "https://github.com/folke/tokyonight.nvim" }, ["typescript-tools.nvim"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/typescript-tools.nvim", url = "https://github.com/pmizio/typescript-tools.nvim" }, ultisnips = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/ultisnips", url = "https://github.com/SirVer/ultisnips" }, undotree = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/undotree", url = "https://github.com/mbbill/undotree" }, ["vim-fugitive"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/vim-fugitive", url = "https://github.com/tpope/vim-fugitive" }, ["vim-matchtag"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/vim-matchtag", url = "https://github.com/leafOfTree/vim-matchtag" }, ["vim-react-snippets"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/vim-react-snippets", url = "https://github.com/mlaursen/vim-react-snippets" }, ["vim-tmux-navigator"] = { loaded = true, path = "/root/.local/share/nvim/site/pack/packer/start/vim-tmux-navigator", url = "https://github.com/christoomey/vim-tmux-navigator" } } time([[Defining packer_plugins]], false) -- Config for: live-server.nvim time([[Config for live-server.nvim]], true) try_loadstring("\27LJ\2\nv\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\5\17open_browser\1\blog\1\rhtmllint\1\nindex\15index.html\tport\3¸\23\nsetup\16live-server\frequire\0", "config", "live-server.nvim") time([[Config for live-server.nvim]], false) -- Config for: tokyonight time([[Config for tokyonight]], true) try_loadstring("\27LJ\2\n:\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\27colorscheme tokyonight\bcmd\bvim\0", "config", "tokyonight") time([[Config for tokyonight]], false) -- Config for: nvim-pqf time([[Config for nvim-pqf]], true) try_loadstring("\27LJ\2\n1\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\bpqf\frequire\0", "config", "nvim-pqf") time([[Config for nvim-pqf]], false) -- Command lazy-loads time([[Defining lazy-load commands]], true) pcall(vim.api.nvim_create_user_command, 'MarkdownPreview', function(cmdargs) require('packer.load')({'markdown-preview.nvim'}, { cmd = 'MarkdownPreview', l1 = cmdargs.line1, l2 = cmdargs.line2, bang = cmdargs.bang, args = cmdargs.args, mods = cmdargs.mods }, _G.packer_plugins) end, {nargs = '*', range = true, bang = true, complete = function() require('packer.load')({'markdown-preview.nvim'}, {}, _G.packer_plugins) return vim.fn.getcompletion('MarkdownPreview ', 'cmdline') end}) pcall(vim.api.nvim_create_user_command, 'MarkdownPreviewStop', function(cmdargs) require('packer.load')({'markdown-preview.nvim'}, { cmd = 'MarkdownPreviewStop', l1 = cmdargs.line1, l2 = cmdargs.line2, bang = cmdargs.bang, args = cmdargs.args, mods = cmdargs.mods }, _G.packer_plugins) end, {nargs = '*', range = true, bang = true, complete = function() require('packer.load')({'markdown-preview.nvim'}, {}, _G.packer_plugins) return vim.fn.getcompletion('MarkdownPreviewStop ', 'cmdline') end}) pcall(vim.api.nvim_create_user_command, 'MarkdownPreviewToggle', function(cmdargs) require('packer.load')({'markdown-preview.nvim'}, { cmd = 'MarkdownPreviewToggle', l1 = cmdargs.line1, l2 = cmdargs.line2, bang = cmdargs.bang, args = cmdargs.args, mods = cmdargs.mods }, _G.packer_plugins) end, {nargs = '*', range = true, bang = true, complete = function() require('packer.load')({'markdown-preview.nvim'}, {}, _G.packer_plugins) return vim.fn.getcompletion('MarkdownPreviewToggle ', 'cmdline') end}) time([[Defining lazy-load commands]], false) vim.cmd [[augroup packer_load_aucmds]] vim.cmd [[au!]] -- Filetype lazy-loads time([[Defining lazy-load filetype autocommands]], true) vim.cmd [[au FileType markdown ++once lua require("packer.load")({'markdown-preview.nvim'}, { ft = "markdown" }, _G.packer_plugins)]] vim.cmd [[au FileType gitrebase ++once lua require("packer.load")({'git-rebase-auto-diff.nvim'}, { ft = "gitrebase" }, _G.packer_plugins)]] time([[Defining lazy-load filetype autocommands]], false) vim.cmd("augroup END") _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