feat: start doing discord git feed

This commit is contained in:
matt1432 2023-12-22 03:06:15 -05:00
parent 5edd2aba47
commit e0b87a1298
10 changed files with 3358 additions and 0 deletions
common/home/neovim

View file

@ -11,6 +11,7 @@ autocmd Filetype ruby setlocal ts=2 sw=2 expandtab
" for js/coffee/jade files, 4 spaces
autocmd Filetype javascript setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype typescript setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype java setlocal ts=4 sw=4 sts=0 expandtab
autocmd Filetype sh setlocal ts=4 sw=4 sts=0 expandtab