From ee1c6d632df0de1b23e751091991307f664bb37e Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 15 May 2023 16:43:18 -0500 Subject: [PATCH] ugh fix --- vim/.vim/lua/config/google.lua | 1 + vim/.vim/lua/plugins.lua | 2 -- vim/.vimrc | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/.vim/lua/config/google.lua b/vim/.vim/lua/config/google.lua index 92cd694..d6e1027 100644 --- a/vim/.vim/lua/config/google.lua +++ b/vim/.vim/lua/config/google.lua @@ -1,5 +1,6 @@ local M = {} function M.config(use) + use 'sso://googler@user/vvvv/ai.nvim' use { 'sso://googler@user/piloto/cmp-nvim-ciderlsp', 'sso://googler@user/kdark/ciderlsp-nvim', diff --git a/vim/.vim/lua/plugins.lua b/vim/.vim/lua/plugins.lua index d5c4a96..8528f30 100644 --- a/vim/.vim/lua/plugins.lua +++ b/vim/.vim/lua/plugins.lua @@ -13,8 +13,6 @@ autocmd BufWritePost plugins.lua source | PackerCompile augroup end ]]) -require('lspconfig') - require('packer').startup(function(use) -- Packer can manage itself use 'wbthomason/packer.nvim' diff --git a/vim/.vimrc b/vim/.vimrc index 83bef9a..9a18de7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -214,4 +214,3 @@ function! s:AddBufferToTab() endfun lua require("plugins") -