138 lines
4.2 KiB
VimL
138 lines
4.2 KiB
VimL
" Automatically generated packer.nvim plugin loader code
|
|
|
|
if !has('nvim-0.5')
|
|
echohl WarningMsg
|
|
echom "Invalid Neovim version for packer.nvim!"
|
|
echohl None
|
|
finish
|
|
endif
|
|
|
|
packadd packer.nvim
|
|
|
|
try
|
|
|
|
lua << END
|
|
local package_path_str = "/home/sid/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?.lua;/home/sid/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/?/init.lua;/home/sid/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?.lua;/home/sid/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/?/init.lua"
|
|
local install_cpath_pattern = "/home/sid/.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
|
|
|
|
local function try_loadstring(s, component, name)
|
|
local success, result = pcall(loadstring(s))
|
|
if not success then
|
|
print('Error running ' .. component .. ' for ' .. name)
|
|
error(result)
|
|
end
|
|
return result
|
|
end
|
|
|
|
_G.packer_plugins = {
|
|
["base16-vim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/base16-vim"
|
|
},
|
|
["galaxyline.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/galaxyline.nvim"
|
|
},
|
|
["gitsigns.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/gitsigns.nvim"
|
|
},
|
|
indentLine = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/indentLine"
|
|
},
|
|
["lspkind-nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/lspkind-nvim"
|
|
},
|
|
neoformat = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/neoformat"
|
|
},
|
|
["nvim-autopairs"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-autopairs"
|
|
},
|
|
["nvim-bufferline.lua"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-bufferline.lua"
|
|
},
|
|
["nvim-colorizer.lua"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua"
|
|
},
|
|
["nvim-compe"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-compe"
|
|
},
|
|
["nvim-lspconfig"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-lspconfig"
|
|
},
|
|
["nvim-tree.lua"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-tree.lua"
|
|
},
|
|
["nvim-treesitter"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-treesitter"
|
|
},
|
|
["nvim-web-devicons"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/nvim-web-devicons"
|
|
},
|
|
["packer.nvim"] = {
|
|
loaded = false,
|
|
needs_bufread = false,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/opt/packer.nvim"
|
|
},
|
|
["plenary.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/plenary.nvim"
|
|
},
|
|
["popup.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/popup.nvim"
|
|
},
|
|
["startuptime.vim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/startuptime.vim"
|
|
},
|
|
["telescope-media-files.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/telescope-media-files.nvim"
|
|
},
|
|
["telescope.nvim"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/telescope.nvim"
|
|
},
|
|
["vim-auto-save"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/vim-auto-save"
|
|
},
|
|
["vim-closetag"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/vim-closetag"
|
|
},
|
|
["vim-devicons"] = {
|
|
loaded = true,
|
|
path = "/home/sid/.local/share/nvim/site/pack/packer/start/vim-devicons"
|
|
}
|
|
}
|
|
|
|
END
|
|
|
|
catch
|
|
echohl ErrorMsg
|
|
echom "Error in packer_compiled: " .. v:exception
|
|
echom "Please check your config for correctness"
|
|
echohl None
|
|
endtry
|