Freeze bufferline and add Codeium plug

This commit is contained in:
olemorud
2023-04-05 11:27:28 +02:00
parent cb49305b26
commit e7e1ff0d51

7
.vimrc
View File

@@ -6,8 +6,11 @@ Plug 'prabirshrestha/asyncomplete-lsp.vim', { 'commit': 'cc5247b' }
Plug 'prabirshrestha/asyncomplete.vim', { 'commit': '9c76518' }
Plug 'prabirshrestha/vim-lsp', { 'commit': 'e82e73a' }
" Bufferlie
Plug 'bling/vim-bufferline'
" Bufferline
Plug 'bling/vim-bufferline', { 'commit': '651fd01' }
" AI autocompletion (codeium)
Plug 'Exafunction/codeium.vim', { 'commit': '41b718e' }
call plug#end()