stuff
This commit is contained in:
@ -197,7 +197,7 @@ _G.packer_plugins = {
|
||||
needs_bufread = false,
|
||||
only_cond = true,
|
||||
path = "/usr/local/google/home/cnieves/.local/share/nvim/site/pack/packer/opt/google-comments",
|
||||
url = "/google/src/cloud/cnieves/google-comments/google3/experimental/users/chmnchiang/neovim/google-comments"
|
||||
url = "sso://googler@user/chmnchiang/google-comments"
|
||||
},
|
||||
["java-syntax.vim"] = {
|
||||
loaded = true,
|
||||
@ -382,6 +382,11 @@ _G.packer_plugins = {
|
||||
path = "/usr/local/google/home/cnieves/.local/share/nvim/site/pack/packer/start/vim-ripgrep",
|
||||
url = "https://github.com/jremmen/vim-ripgrep"
|
||||
},
|
||||
["vim-searchindex"] = {
|
||||
loaded = true,
|
||||
path = "/usr/local/google/home/cnieves/.local/share/nvim/site/pack/packer/start/vim-searchindex",
|
||||
url = "https://github.com/google/vim-searchindex"
|
||||
},
|
||||
["vim-signify"] = {
|
||||
loaded = true,
|
||||
path = "/usr/local/google/home/cnieves/.local/share/nvim/site/pack/packer/start/vim-signify",
|
||||
@ -435,49 +440,49 @@ _G.packer_plugins = {
|
||||
}
|
||||
|
||||
time([[Defining packer_plugins]], false)
|
||||
-- Config for: auto-session
|
||||
time([[Config for auto-session]], true)
|
||||
try_loadstring("\27LJ\2\n<EFBFBD>\1\0\0\4\0\6\0\t6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0005\3\4\0=\3\5\2B\0\2\1K\0\1\0\31auto_session_suppress_dirs\1\4\0\0\a~/\16~/Downloads\6/\1\0\1\14log_level\nerror\nsetup\17auto-session\frequire\0", "config", "auto-session")
|
||||
time([[Config for auto-session]], false)
|
||||
-- Config for: lsp_lines.nvim
|
||||
time([[Config for lsp_lines.nvim]], true)
|
||||
require("lsp_lines").setup()
|
||||
time([[Config for lsp_lines.nvim]], false)
|
||||
-- Config for: nvim-notify
|
||||
time([[Config for nvim-notify]], true)
|
||||
require("notify_config")
|
||||
time([[Config for nvim-notify]], false)
|
||||
-- Config for: catppuccin
|
||||
time([[Config for catppuccin]], true)
|
||||
require("catppuccin-config")
|
||||
time([[Config for catppuccin]], false)
|
||||
-- Config for: lualine.nvim
|
||||
time([[Config for lualine.nvim]], true)
|
||||
require("lualine_config")
|
||||
time([[Config for lualine.nvim]], false)
|
||||
-- Config for: git-conflict.nvim
|
||||
time([[Config for git-conflict.nvim]], true)
|
||||
require('git-conflict').setup()
|
||||
time([[Config for git-conflict.nvim]], false)
|
||||
-- Config for: nvim-scrollbar
|
||||
time([[Config for nvim-scrollbar]], true)
|
||||
require("scrollbar").setup()
|
||||
time([[Config for nvim-scrollbar]], false)
|
||||
-- Config for: fidget.nvim
|
||||
time([[Config for fidget.nvim]], true)
|
||||
require("fidget").setup()
|
||||
time([[Config for fidget.nvim]], false)
|
||||
-- Config for: critique
|
||||
time([[Config for critique]], true)
|
||||
require("critique").setup()
|
||||
time([[Config for critique]], false)
|
||||
-- Config for: fidget.nvim
|
||||
time([[Config for fidget.nvim]], true)
|
||||
require("fidget").setup()
|
||||
time([[Config for fidget.nvim]], false)
|
||||
-- Config for: lualine.nvim
|
||||
time([[Config for lualine.nvim]], true)
|
||||
require("lualine_config")
|
||||
time([[Config for lualine.nvim]], false)
|
||||
-- Config for: nvim-scrollbar
|
||||
time([[Config for nvim-scrollbar]], true)
|
||||
require("scrollbar").setup()
|
||||
time([[Config for nvim-scrollbar]], false)
|
||||
-- Config for: lsp_lines.nvim
|
||||
time([[Config for lsp_lines.nvim]], true)
|
||||
require("lsp_lines").setup()
|
||||
time([[Config for lsp_lines.nvim]], false)
|
||||
-- Config for: git-conflict.nvim
|
||||
time([[Config for git-conflict.nvim]], true)
|
||||
require('git-conflict').setup()
|
||||
time([[Config for git-conflict.nvim]], false)
|
||||
-- Config for: auto-session
|
||||
time([[Config for auto-session]], true)
|
||||
try_loadstring("\27LJ\2\n<EFBFBD>\1\0\0\4\0\6\0\t6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0005\3\4\0=\3\5\2B\0\2\1K\0\1\0\31auto_session_suppress_dirs\1\4\0\0\a~/\16~/Downloads\6/\1\0\1\14log_level\nerror\nsetup\17auto-session\frequire\0", "config", "auto-session")
|
||||
time([[Config for auto-session]], false)
|
||||
-- Config for: catppuccin
|
||||
time([[Config for catppuccin]], true)
|
||||
require("catppuccin-config")
|
||||
time([[Config for catppuccin]], false)
|
||||
-- Conditional loads
|
||||
time([[Conditional loading of telescope-codesearch.nvim]], true)
|
||||
require("packer.load")({"telescope-codesearch.nvim"}, {}, _G.packer_plugins)
|
||||
time([[Conditional loading of telescope-codesearch.nvim]], false)
|
||||
time([[Conditional loading of google-comments]], true)
|
||||
require("packer.load")({"google-comments"}, {}, _G.packer_plugins)
|
||||
time([[Conditional loading of google-comments]], false)
|
||||
time([[Conditional loading of telescope-codesearch.nvim]], true)
|
||||
require("packer.load")({"telescope-codesearch.nvim"}, {}, _G.packer_plugins)
|
||||
time([[Conditional loading of telescope-codesearch.nvim]], false)
|
||||
-- Load plugins in order defined by `after`
|
||||
time([[Sequenced loading]], true)
|
||||
vim.cmd [[ packadd LuaSnip ]]
|
||||
@ -486,8 +491,8 @@ time([[Sequenced loading]], false)
|
||||
|
||||
-- Command lazy-loads
|
||||
time([[Defining lazy-load commands]], true)
|
||||
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file UndotreeToggle lua require("packer.load")({'undotree'}, { cmd = "UndotreeToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
|
||||
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file Neogit lua require("packer.load")({'neogit'}, { cmd = "Neogit", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
|
||||
pcall(vim.cmd, [[command -nargs=* -range -bang -complete=file UndotreeToggle lua require("packer.load")({'undotree'}, { cmd = "UndotreeToggle", l1 = <line1>, l2 = <line2>, bang = <q-bang>, args = <q-args>, mods = "<mods>" }, _G.packer_plugins)]])
|
||||
time([[Defining lazy-load commands]], false)
|
||||
|
||||
vim.cmd [[augroup packer_load_aucmds]]
|
||||
|
Reference in New Issue
Block a user