From 5a8773ccc2d2551d7ab97e35e40962747eec6952 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 18 Mar 2022 15:47:35 +0900 Subject: 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 --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') 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}) -- cgit 1.4.1