aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-18 15:47:35 +0900
committersefidel <contact@sefidel.net>2022-03-18 15:47:35 +0900
commit5a8773ccc2d2551d7ab97e35e40962747eec6952 (patch)
treefb593f7e8c1ef1c25306cb381d259a18f2f90a4c
parenta7c8a2aa72735485691a5c3e6cd19a773598e265 (diff)
downloadnvimrc-5a8773ccc2d2551d7ab97e35e40962747eec6952.zip
feat(pack)!: add fugitive.vim
* yes, there are many other lua git plugins out there, but fugitive is the only plugin that is most comfortable, and works just as intended. * TODO: replace this with lua plugins when better ones start popping up
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index a705139..94d3aa7 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -25,7 +25,7 @@
(pack! :tpope/vim-sleuth)
(pack! :lewis6991/spaceless.nvim {:init :spaceless})
(pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
-(pack! :samoshkin/vim-mergetool {:cmd [:MergetoolStart :MergetoolToggle]})
+(pack! :tpope/vim-fugitive)
(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter
:requires [(pack :L3MON4D3/LuaSnip {:module :luasnip})