This commit is contained in:
Christian Nieves
2022-11-30 16:43:48 +00:00
parent 27b63b8a41
commit 8eb418bd82
8 changed files with 59 additions and 41 deletions

View File

@ -30,6 +30,8 @@ require('packer').startup(function(use)
use 'nvim-lua/plenary.nvim'
use 'google/vim-searchindex'
-- Pretty symbols
use 'kyazdani42/nvim-web-devicons'
@ -89,9 +91,9 @@ require('packer').startup(function(use)
}
use {
-- 'sso://googler@user/chmnchiang/google-comments',
'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',
-- '/google/src/cloud/cnieves/google-comments/google3/experimental/users/chmnchiang/neovim/google-comments',
cond = file_exists(os.getenv("HOME").."/use_google"),
requires = {'rcarriga/nvim-notify', 'nvim-lua/plenary.nvim'},
config = [[ require("google_comments") ]]