@ -1,307 +0,0 @@
-- 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 ( )
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
_G._packer = _G._packer or { }
_G._packer . profile_output = results
end
time ( [[Luarocks path setup]] , true )
local package_path_str = " /home/sasha/.cache/nvim/packer_hererocks/2.0.5/share/lua/5.1/?.lua;/home/sasha/.cache/nvim/packer_hererocks/2.0.5/share/lua/5.1/?/init.lua;/home/sasha/.cache/nvim/packer_hererocks/2.0.5/lib/luarocks/rocks-5.1/?.lua;/home/sasha/.cache/nvim/packer_hererocks/2.0.5/lib/luarocks/rocks-5.1/?/init.lua "
local install_cpath_pattern = " /home/sasha/.cache/nvim/packer_hererocks/2.0.5/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 ) )
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 = {
[ " DAPInstall.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/DAPInstall.nvim "
} ,
[ " barbar.nvim " ] = {
config = { " \27 LJ \1 \2 <EFBFBD> \1 \0 \0 \2 \0 \a \0 \017 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \5 €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 > \0 \1 \1 G \0 \1 \0 \19 on_config_done \15 bufferline \f builtin \t lvim \n setup \20 core.bufferline \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/barbar.nvim "
} ,
[ " dashboard-nvim " ] = {
config = { " \27 LJ \1 \2 š \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \14 dashboard \f builtin \t lvim \n setup \19 core.dashboard \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/dashboard-nvim "
} ,
[ " friendly-snippets " ] = {
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/friendly-snippets "
} ,
[ " galaxyline.nvim " ] = {
config = { " \27 LJ \1 \2 Ž \1 \0 \0 \3 \0 \6 \0 \018 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \001 4 \0 \2 \000 7 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \0 \15 \0 \0 \0 T \1 \b €4 \0 \2 \000 7 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 4 \1 \0 \0 % \2 \4 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \15 galaxyline \f builtin \t lvim \20 core.galaxyline \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/galaxyline.nvim "
} ,
[ " gitsigns.nvim " ] = {
config = { " \27 LJ \1 \2 ˜ \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \r gitsigns \f builtin \t lvim \n setup \18 core.gitsigns \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/gitsigns.nvim "
} ,
[ " nlsp-settings.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nlsp-settings.nvim "
} ,
[ " null-ls.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/null-ls.nvim "
} ,
[ " nvim-autopairs " ] = {
config = { " \27 LJ \1 \2 › \1 \0 \0 \3 \0 \a \0 \018 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \001 4 \0 \2 \000 7 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \0 \15 \0 \0 \0 T \1 \b €4 \0 \2 \000 7 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 4 \1 \0 \0 % \2 \6 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 nvim-autopairs \19 on_config_done \14 autopairs \f builtin \t lvim \19 core.autopairs \f require \0 " } ,
load_after = {
[ " nvim-compe " ] = true
} ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-autopairs "
} ,
[ " nvim-comment " ] = {
config = { " \27 LJ \1 \2 ÿ \1 \0 \0 \5 \0 \f \0 \031 4 \0 \0 \000 4 \1 \1 \0 % \2 \2 \0 > \0 \3 \3 \14 \0 \0 \0 T \2 \n €4 \2 \1 \0 % \3 \3 \0 > \2 \2 \2 \16 \4 \2 \000 7 \3 \4 \2 > \3 \2 \002 7 \3 \5 \3 % \4 \6 \0 > \3 \2 \1 G \0 \1 \000 7 \2 \a \1 > \2 \1 \001 4 \2 \b \000 7 \2 \t \002 7 \2 \n \002 7 \2 \v \2 \15 \0 \2 \0 T \3 \6 €4 \2 \b \000 7 \2 \t \002 7 \2 \n \002 7 \2 \v \2 \16 \3 \1 \0 > \2 \2 \1 G \0 \1 \0 \19 on_config_done \f comment \f builtin \t lvim \n setup Failed to load nvim-comment \n error \16 get_default \r core.log \17 nvim_comment \f require \n pcall \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-comment "
} ,
[ " nvim-compe " ] = {
after = { " nvim-autopairs " } ,
after_files = { " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-compe/after/plugin/compe.vim " } ,
config = { " \27 LJ \1 \2 ’ \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \n compe \f builtin \t lvim \n setup \15 core.compe \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-compe "
} ,
[ " nvim-dap " ] = {
config = { " \27 LJ \1 \2 Ž \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \b dap \f builtin \t lvim \n setup \r core.dap \f require \0 " } ,
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nvim-dap "
} ,
[ " nvim-lspconfig " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nvim-lspconfig "
} ,
[ " nvim-lspinstall " ] = {
config = { " \27 LJ \1 \2 „ \1 \0 \0 \3 \0 \6 \0 \018 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \1 \2 \0 > \1 \1 \001 4 \1 \3 \000 7 \1 \4 \001 7 \1 \1 \001 7 \1 \5 \1 \15 \0 \1 \0 T \2 \6 €4 \1 \3 \000 7 \1 \4 \001 7 \1 \1 \001 7 \1 \5 \1 \16 \2 \0 \0 > \1 \2 \1 G \0 \1 \0 \19 on_config_done \f builtin \t lvim \n setup \15 lspinstall \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-lspinstall "
} ,
[ " nvim-spectre " ] = {
config = { " \27 LJ \1 \2 : \0 \0 \2 \0 \3 \0 \006 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \1 G \0 \1 \0 \n setup \17 user.spectre \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-spectre "
} ,
[ " nvim-toggleterm.lua " ] = {
config = { " \27 LJ \1 \2 £ \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \15 toggleterm \19 on_config_done \r terminal \f builtin \t lvim \n setup \18 core.terminal \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/nvim-toggleterm.lua "
} ,
[ " nvim-tree.lua " ] = {
config = { " \27 LJ \1 \2 © \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \21 nvim-tree.config \19 on_config_done \r nvimtree \f builtin \t lvim \n setup \18 core.nvimtree \f require \0 " } ,
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nvim-tree.lua "
} ,
[ " nvim-treesitter " ] = {
config = { " \27 LJ \1 \2 ´ \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \28 nvim-treesitter.configs \19 on_config_done \15 treesitter \f builtin \t lvim \n setup \20 core.treesitter \f require \0 " } ,
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nvim-treesitter "
} ,
[ " nvim-web-devicons " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/nvim-web-devicons "
} ,
[ " package-info.nvim " ] = {
config = { " \27 LJ \1 \2 ? \0 \0 \2 \0 \3 \0 \006 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \1 G \0 \1 \0 \n setup \22 user.package-info \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/package-info.nvim "
} ,
[ " packer.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/packer.nvim "
} ,
[ " plenary.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/plenary.nvim "
} ,
[ " popup.nvim " ] = {
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/popup.nvim "
} ,
[ " telescope.nvim " ] = {
config = { " \27 LJ \1 \2 š \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \14 telescope \f builtin \t lvim \n setup \19 core.telescope \f require \0 " } ,
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/telescope.nvim "
} ,
[ " vim-rooter " ] = {
config = { " \27 LJ \1 \2 ˆ \1 \0 \0 \2 \0 \a \0 \017 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \5 €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 > \0 \1 \1 G \0 \1 \0 \19 on_config_done \v rooter \f builtin \t lvim \n setup \16 core.rooter \f require \0 " } ,
loaded = true ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/start/vim-rooter "
} ,
[ " vim-surround " ] = {
keys = { { " " , " c " } , { " " , " d " } , { " " , " y " } } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/vim-surround "
} ,
[ " vim-test " ] = {
commands = { " TestFile " , " TestLast " , " TestSuite " , " TestVisit " , " TestMearest " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/vim-test "
} ,
[ " vim-ultest " ] = {
commands = { " Ultest " , " UltestStop " , " UltestClear " , " UltestNearest " , " UltestOutput " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/vim-ultest "
} ,
[ " vim-vsnip " ] = {
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/vim-vsnip "
} ,
[ " which-key.nvim " ] = {
config = { " \27 LJ \1 \2 ¤ \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \14 which-key \19 on_config_done \14 which_key \f builtin \t lvim \n setup \19 core.which-key \f require \0 " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/which-key.nvim "
} ,
[ " zen-mode.nvim " ] = {
commands = { " ZenMode " } ,
loaded = false ,
needs_bufread = false ,
path = " /home/sasha/.local/share/lunarvim/site/pack/packer/opt/zen-mode.nvim "
}
}
time ( [[Defining packer_plugins]] , false )
-- Config for: nvim-treesitter
time ( [[Config for nvim-treesitter]] , true )
try_loadstring ( " \27 LJ \1 \2 ´ \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \28 nvim-treesitter.configs \19 on_config_done \15 treesitter \f builtin \t lvim \n setup \20 core.treesitter \f require \0 " , " config " , " nvim-treesitter " )
time ( [[Config for nvim-treesitter]] , false )
-- Config for: nvim-dap
time ( [[Config for nvim-dap]] , true )
try_loadstring ( " \27 LJ \1 \2 Ž \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \b dap \f builtin \t lvim \n setup \r core.dap \f require \0 " , " config " , " nvim-dap " )
time ( [[Config for nvim-dap]] , false )
-- Config for: nvim-tree.lua
time ( [[Config for nvim-tree.lua]] , true )
try_loadstring ( " \27 LJ \1 \2 © \1 \0 \0 \3 \0 \b \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \a \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \21 nvim-tree.config \19 on_config_done \r nvimtree \f builtin \t lvim \n setup \18 core.nvimtree \f require \0 " , " config " , " nvim-tree.lua " )
time ( [[Config for nvim-tree.lua]] , false )
-- Config for: vim-rooter
time ( [[Config for vim-rooter]] , true )
try_loadstring ( " \27 LJ \1 \2 ˆ \1 \0 \0 \2 \0 \a \0 \017 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \5 €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 > \0 \1 \1 G \0 \1 \0 \19 on_config_done \v rooter \f builtin \t lvim \n setup \16 core.rooter \f require \0 " , " config " , " vim-rooter " )
time ( [[Config for vim-rooter]] , false )
-- Config for: telescope.nvim
time ( [[Config for telescope.nvim]] , true )
try_loadstring ( " \27 LJ \1 \2 š \1 \0 \0 \3 \0 \a \0 \020 4 \0 \0 \0 % \1 \1 \0 > \0 \2 \002 7 \0 \2 \0 > \0 \1 \001 4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \0 \15 \0 \0 \0 T \1 \b €4 \0 \3 \000 7 \0 \4 \000 7 \0 \5 \000 7 \0 \6 \000 4 \1 \0 \0 % \2 \5 \0 > \1 \2 \0 = \0 \0 \1 G \0 \1 \0 \19 on_config_done \14 telescope \f builtin \t lvim \n setup \19 core.telescope \f require \0 " , " config " , " telescope.nvim " )
time ( [[Config for telescope.nvim]] , false )
-- Command lazy-loads
time ( [[Defining lazy-load commands]] , true )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file UltestStop lua require("packer.load")({'vim-ultest'}, { cmd = "UltestStop", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file TestFile lua require("packer.load")({'vim-test'}, { cmd = "TestFile", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file TestSuite lua require("packer.load")({'vim-test'}, { cmd = "TestSuite", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file ZenMode lua require("packer.load")({'zen-mode.nvim'}, { cmd = "ZenMode", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file UltestOutput lua require("packer.load")({'vim-ultest'}, { cmd = "UltestOutput", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file TestLast lua require("packer.load")({'vim-test'}, { cmd = "TestLast", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file TestMearest lua require("packer.load")({'vim-test'}, { cmd = "TestMearest", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file UltestNearest lua require("packer.load")({'vim-ultest'}, { cmd = "UltestNearest", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file TestVisit lua require("packer.load")({'vim-test'}, { cmd = "TestVisit", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file Ultest lua require("packer.load")({'vim-ultest'}, { cmd = "Ultest", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
pcall ( vim.cmd , [[command! -nargs=* -range -bang -complete=file UltestClear lua require("packer.load")({'vim-ultest'}, { cmd = "UltestClear", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args> }, _G.packer_plugins)]] )
time ( [[Defining lazy-load commands]] , false )
-- Keymap lazy-loads
time ( [[Defining lazy-load keymaps]] , true )
vim.cmd [[noremap <silent> c <cmd>lua require("packer.load")({'vim-surround'}, { keys = "c", prefix = "" }, _G.packer_plugins)<cr>]]
vim.cmd [[noremap <silent> y <cmd>lua require("packer.load")({'vim-surround'}, { keys = "y", prefix = "" }, _G.packer_plugins)<cr>]]
vim.cmd [[noremap <silent> d <cmd>lua require("packer.load")({'vim-surround'}, { keys = "d", prefix = "" }, _G.packer_plugins)<cr>]]
time ( [[Defining lazy-load keymaps]] , false )
vim.cmd [[augroup packer_load_aucmds]]
vim.cmd [[au!]]
-- Filetype lazy-loads
time ( [[Defining lazy-load filetype autocommands]] , true )
vim.cmd [[au FileType json ++once lua require("packer.load")({'package-info.nvim'}, { ft = "json" }, _G.packer_plugins)]]
time ( [[Defining lazy-load filetype autocommands]] , false )
-- Event lazy-loads
time ( [[Defining lazy-load event autocommands]] , true )
vim.cmd [[au BufRead * ++once lua require("packer.load")({'nvim-comment', 'gitsigns.nvim', 'nvim-spectre'}, { event = "BufRead *" }, _G.packer_plugins)]]
vim.cmd [[au BufWinEnter * ++once lua require("packer.load")({'which-key.nvim', 'barbar.nvim', 'galaxyline.nvim', 'nvim-toggleterm.lua', 'dashboard-nvim'}, { event = "BufWinEnter *" }, _G.packer_plugins)]]
vim.cmd [[au InsertCharPre * ++once lua require("packer.load")({'friendly-snippets'}, { event = "InsertCharPre *" }, _G.packer_plugins)]]
vim.cmd [[au InsertEnter * ++once lua require("packer.load")({'nvim-compe', 'vim-vsnip'}, { event = "InsertEnter *" }, _G.packer_plugins)]]
vim.cmd [[au VimEnter * ++once lua require("packer.load")({'nvim-lspinstall'}, { event = "VimEnter *" }, _G.packer_plugins)]]
time ( [[Defining lazy-load event autocommands]] , false )
vim.cmd ( " augroup END " )
if should_profile then save_profiles ( ) end
end )
if not no_errors then
vim.api . nvim_command ( ' echohl ErrorMsg | echom "Error in packer_compiled: ' .. error_msg .. ' " | echom "Please check your config for correctness" | echohl None ' )
end