diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 1 |
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}) |