about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 17:29:47 +0900
committersefidel <contact@sefidel.net>2022-03-12 17:29:47 +0900
commitb902fc9f0bbeae2c52f075ea2665be52a9dae90c (patch)
treead4a9d4f2fdfe1b08eca082b6c9dc99d4ac9019b /fnl/nvrc/pack.fnl
parentcbd70e53876a9e5ff14360e3f9ebb77ead770361 (diff)
downloadnvimrc-b902fc9f0bbeae2c52f075ea2665be52a9dae90c.tar.gz
nvimrc-b902fc9f0bbeae2c52f075ea2665be52a9dae90c.zip
feat(pack): add mergetool
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index c54fb01..a484b9d 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -25,6 +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! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter
                           :requires [(pack :L3MON4D3/LuaSnip {:module :luasnip})