remove packer_compiled
This commit is contained in:
@ -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") ]]
|
||||
}
|
||||
|
Reference in New Issue
Block a user