oops, i3 was tracked in a separate project

This commit is contained in:
Alex Kelly 2022-08-30 13:07:12 -04:00
parent 12f0c7dbe7
commit 8386634804
13 changed files with 2 additions and 254 deletions

View file

@ -57,7 +57,8 @@ call plug#begin(g:plugged_home)
Plug 'dbeniamine/cheat.sh-vim'
Plug 'jacqueswww/vim-vyper'
Plug 'tomlion/vim-solidity'
Plug 'github/copilot.vim'
" I'm a cheap bastard and am not paying for copilot...so let's shut it up
" Plug 'github/copilot.vim'
call plug#end()
filetype plugin indent on