remove packer_compiled

This commit is contained in:
Christian Nieves
2022-12-02 15:04:38 -06:00
parent 26017e78bd
commit 39a2600d7f
2 changed files with 2 additions and 525 deletions

View File

@ -90,14 +90,14 @@ require('packer').startup(function(use)
use {
'sso://googler@user/vintharas/telescope-codesearch.nvim',
cond = use_google(),
disable = not use_google(),
}
use {
'sso://googler@user/chmnchiang/google-comments',
-- '/google/src/head/depot/google3/experimental/users/chmnchiang/neovim/google-comments',
-- '/google/src/cloud/cnieves/google-comments/google3/experimental/users/chmnchiang/neovim/google-comments',
cond = use_google(),
disable = not use_google(),
requires = {'rcarriga/nvim-notify', 'nvim-lua/plenary.nvim'},
config = [[ require("google_comments") ]]
}