diff --git a/.config/fish/functions/motherfuckgit.fish b/.config/fish/functions/motherfuckgit.fish new file mode 100644 index 0000000..3f26443 --- /dev/null +++ b/.config/fish/functions/motherfuckgit.fish @@ -0,0 +1,8 @@ +# Defined in /tmp/fish.XTFPQZ/motherfuckgit.fish @ line 1 +function motherfuckgit + g clean -xfd + g submodule foreach --recursive git clean -xfd + g reset --hard + g submodule foreach --recursive git reset --hard + g submodule update --init --recursive +end diff --git a/.config/nvim/bundle/ale b/.config/nvim/bundle/ale index 926ad47..fefc093 160000 --- a/.config/nvim/bundle/ale +++ b/.config/nvim/bundle/ale @@ -1 +1 @@ -Subproject commit 926ad47a49d74c910c610d4a9cedd5c4838d679d +Subproject commit fefc093e707716da755ca2c326f852495f1b56fb diff --git a/.config/nvim/bundle/denite.nvim b/.config/nvim/bundle/denite.nvim index c779cc4..7006b42 160000 --- a/.config/nvim/bundle/denite.nvim +++ b/.config/nvim/bundle/denite.nvim @@ -1 +1 @@ -Subproject commit c779cc48d1b390b455fb19e4a439ca9cd605cc6e +Subproject commit 7006b428e6b717793e9e323dbc51618f231e13ad diff --git a/.config/nvim/bundle/nerdtree b/.config/nvim/bundle/nerdtree index 8cc154d..f4d2b30 160000 --- a/.config/nvim/bundle/nerdtree +++ b/.config/nvim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 8cc154d4b0cf28f73815050b9782e6ac5a4d733d +Subproject commit f4d2b301b71ccb1b5a7742f63638828073424dc1 diff --git a/.config/nvim/bundle/vim-fugitive b/.config/nvim/bundle/vim-fugitive index 8c33bdf..a489c6e 160000 --- a/.config/nvim/bundle/vim-fugitive +++ b/.config/nvim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 8c33bdfc26b48de47604a1eeff3dd3ce983b9c07 +Subproject commit a489c6e1d3fc265242fabfd171021b0ea02dacf8 diff --git a/.config/nvim/bundle/vim-gitgutter b/.config/nvim/bundle/vim-gitgutter index fd834e4..3ce2a4b 160000 --- a/.config/nvim/bundle/vim-gitgutter +++ b/.config/nvim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit fd834e48eed21cc3c3ab66779a2296a16f41cbca +Subproject commit 3ce2a4be25429e8f1e8f699601ec5f1c8879c574 diff --git a/.config/nvim/bundle/vim-misc b/.config/nvim/bundle/vim-misc new file mode 160000 index 0000000..f1ab2c5 --- /dev/null +++ b/.config/nvim/bundle/vim-misc @@ -0,0 +1 @@ +Subproject commit f1ab2c565120c6b06c915d876fbe018127e1160f diff --git a/.config/nvim/bundle/vim-notes b/.config/nvim/bundle/vim-notes new file mode 160000 index 0000000..895a407 --- /dev/null +++ b/.config/nvim/bundle/vim-notes @@ -0,0 +1 @@ +Subproject commit 895a407d829ddf73c89a131c71ddd81b38fd5ebc diff --git a/.config/nvim/bundle/vim-sensible b/.config/nvim/bundle/vim-sensible index 7f46e82..8db5a73 160000 --- a/.config/nvim/bundle/vim-sensible +++ b/.config/nvim/bundle/vim-sensible @@ -1 +1 @@ -Subproject commit 7f46e82fc7e343be84df6c06bec63dd6494b6712 +Subproject commit 8db5a732eff08c796de188a52e7af66b99a8b9f2 diff --git a/.config/nvim/bundle/vim-startify b/.config/nvim/bundle/vim-startify index ed655d5..9c5680c 160000 --- a/.config/nvim/bundle/vim-startify +++ b/.config/nvim/bundle/vim-startify @@ -1 +1 @@ -Subproject commit ed655d5e1c3bc4c794bae719acbcdd79733a6bcd +Subproject commit 9c5680cd0b94bea9245f79463f52c7c9c6595ffd diff --git a/.gitmodules b/.gitmodules index fd7075b..3c317a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,3 +64,9 @@ [submodule ".local/share/qutebrowser/greasemonkey/Iridium"] path = .local/share/qutebrowser/greasemonkey/Iridium url = https://github.com/ParticleCore/Iridium.git +[submodule ".config/nvim/bundle/vim-notes"] + path = .config/nvim/bundle/vim-notes + url = https://github.com/pedrosans/vim-notes.git +[submodule ".config/nvim/bundle/vim-misc"] + path = .config/nvim/bundle/vim-misc + url = https://github.com/pedrosans/vim-misc.git