clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

added some more git workflow with vim-fugitive

sspaeti d1da7f0c ccd7fb6e

+3 -1
+2
Brewfile
··· 9 9 tap "osx-cross/avr" 10 10 tap "qmk/qmk" 11 11 brew "bash-completion" 12 + brew "commitizen" 12 13 brew "docker", link: false 13 14 brew "docker-machine" 15 + brew "hub" 14 16 brew "hugo" 15 17 brew "neovim", args: ["HEAD"] 16 18 brew "node"
+1 -1
nvim/init.vim
··· 27 27 "Plug 'valloric/youcompleteme' 28 28 Plug 'tpope/vim-surround' " Surrounding ysw) 29 29 Plug 'ambv/black' 30 - 30 + Plug 'tpope/vim-fugitive' 31 31 " telescope requirements... 32 32 Plug 'nvim-lua/popup.nvim' 33 33 Plug 'nvim-lua/plenary.nvim'