This commit is contained in:
Christian Nieves
2023-05-15 16:43:18 -05:00
parent 27776bd55d
commit ee1c6d632d
3 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,6 @@
local M = {} local M = {}
function M.config(use) function M.config(use)
use 'sso://googler@user/vvvv/ai.nvim'
use { use {
'sso://googler@user/piloto/cmp-nvim-ciderlsp', 'sso://googler@user/piloto/cmp-nvim-ciderlsp',
'sso://googler@user/kdark/ciderlsp-nvim', 'sso://googler@user/kdark/ciderlsp-nvim',

View File

@ -13,8 +13,6 @@ autocmd BufWritePost plugins.lua source <afile> | PackerCompile
augroup end augroup end
]]) ]])
require('lspconfig')
require('packer').startup(function(use) require('packer').startup(function(use)
-- Packer can manage itself -- Packer can manage itself
use 'wbthomason/packer.nvim' use 'wbthomason/packer.nvim'

View File

@ -214,4 +214,3 @@ function! s:AddBufferToTab()
endfun endfun
lua require("plugins") lua require("plugins")