|
|
@ -49,8 +49,8 @@ local function save_profiles(threshold) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
time([[Luarocks path setup]], true) |
|
|
|
time([[Luarocks path setup]], true) |
|
|
|
local package_path_str = "/home/elal/.cache/nvim/packer_hererocks/2.1.1697887905/share/lua/5.1/?.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1697887905/share/lua/5.1/?/init.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1697887905/lib/luarocks/rocks-5.1/?.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1697887905/lib/luarocks/rocks-5.1/?/init.lua" |
|
|
|
local package_path_str = "/home/elal/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?/init.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?.lua;/home/elal/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?/init.lua" |
|
|
|
local install_cpath_pattern = "/home/elal/.cache/nvim/packer_hererocks/2.1.1697887905/lib/lua/5.1/?.so" |
|
|
|
local install_cpath_pattern = "/home/elal/.cache/nvim/packer_hererocks/2.1.1702233742/lib/lua/5.1/?.so" |
|
|
|
if not string.find(package.path, package_path_str, 1, true) then |
|
|
|
if not string.find(package.path, package_path_str, 1, true) then |
|
|
|
package.path = package.path .. ';' .. package_path_str |
|
|
|
package.path = package.path .. ';' .. package_path_str |
|
|
|
end |
|
|
|
end |
|
|
@ -106,11 +106,6 @@ _G.packer_plugins = { |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim", |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim", |
|
|
|
url = "https://github.com/VonHeikemen/lsp-zero.nvim" |
|
|
|
url = "https://github.com/VonHeikemen/lsp-zero.nvim" |
|
|
|
}, |
|
|
|
}, |
|
|
|
["lualine.nvim"] = { |
|
|
|
|
|
|
|
loaded = true, |
|
|
|
|
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/lualine.nvim", |
|
|
|
|
|
|
|
url = "https://github.com/nvim-lualine/lualine.nvim" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
["mason-lspconfig.nvim"] = { |
|
|
|
["mason-lspconfig.nvim"] = { |
|
|
|
loaded = true, |
|
|
|
loaded = true, |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim", |
|
|
@ -152,12 +147,6 @@ _G.packer_plugins = { |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/nvim-treesitter", |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/nvim-treesitter", |
|
|
|
url = "https://github.com/nvim-treesitter/nvim-treesitter" |
|
|
|
url = "https://github.com/nvim-treesitter/nvim-treesitter" |
|
|
|
}, |
|
|
|
}, |
|
|
|
["nvim-web-devicons"] = { |
|
|
|
|
|
|
|
loaded = false, |
|
|
|
|
|
|
|
needs_bufread = false, |
|
|
|
|
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/opt/nvim-web-devicons", |
|
|
|
|
|
|
|
url = "https://github.com/nvim-tree/nvim-web-devicons" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
["onedark.nvim"] = { |
|
|
|
["onedark.nvim"] = { |
|
|
|
loaded = true, |
|
|
|
loaded = true, |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/onedark.nvim", |
|
|
|
path = "/home/elal/.local/share/nvim/site/pack/packer/start/onedark.nvim", |
|
|
@ -202,6 +191,14 @@ _G.packer_plugins = { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
time([[Defining packer_plugins]], false) |
|
|
|
time([[Defining packer_plugins]], false) |
|
|
|
|
|
|
|
-- Config for: gitsigns.nvim |
|
|
|
|
|
|
|
time([[Config for gitsigns.nvim]], true) |
|
|
|
|
|
|
|
try_loadstring("\27LJ\2\n6\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\rgitsigns\frequire\0", "config", "gitsigns.nvim") |
|
|
|
|
|
|
|
time([[Config for gitsigns.nvim]], false) |
|
|
|
|
|
|
|
-- Config for: todo-comments.nvim |
|
|
|
|
|
|
|
time([[Config for todo-comments.nvim]], true) |
|
|
|
|
|
|
|
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\18todo-comments\frequire\0", "config", "todo-comments.nvim") |
|
|
|
|
|
|
|
time([[Config for todo-comments.nvim]], false) |
|
|
|
-- Config for: Comment.nvim |
|
|
|
-- Config for: Comment.nvim |
|
|
|
time([[Config for Comment.nvim]], true) |
|
|
|
time([[Config for Comment.nvim]], true) |
|
|
|
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") |
|
|
|
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") |
|
|
@ -210,14 +207,6 @@ time([[Config for Comment.nvim]], false) |
|
|
|
time([[Config for nvim-autopairs]], true) |
|
|
|
time([[Config for nvim-autopairs]], true) |
|
|
|
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") |
|
|
|
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") |
|
|
|
time([[Config for nvim-autopairs]], false) |
|
|
|
time([[Config for nvim-autopairs]], false) |
|
|
|
-- Config for: todo-comments.nvim |
|
|
|
|
|
|
|
time([[Config for todo-comments.nvim]], true) |
|
|
|
|
|
|
|
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\18todo-comments\frequire\0", "config", "todo-comments.nvim") |
|
|
|
|
|
|
|
time([[Config for todo-comments.nvim]], false) |
|
|
|
|
|
|
|
-- Config for: gitsigns.nvim |
|
|
|
|
|
|
|
time([[Config for gitsigns.nvim]], true) |
|
|
|
|
|
|
|
try_loadstring("\27LJ\2\n6\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\rgitsigns\frequire\0", "config", "gitsigns.nvim") |
|
|
|
|
|
|
|
time([[Config for gitsigns.nvim]], false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_G._packer.inside_compile = false |
|
|
|
_G._packer.inside_compile = false |
|
|
|
if _G._packer.needs_bufread == true then |
|
|
|
if _G._packer.needs_bufread == true then |
|
|
|