From 259763ade405d9bb4503c01c5e18cfa412d0925c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 01:40:27 -0500 Subject: [PATCH] prefer luarocks install --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f656d17..49eaa5a 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,8 @@ highlighting. ## Installation -Using [lazy.nvim](https://github.com/folke/lazy.nvim): - -```lua -{ - 'barrettruth/diffs.nvim', - dependencies = { 'tpope/vim-fugitive' }, - opts = {}, -} -``` - -Or via [luarocks](https://luarocks.org/modules/barrettruth/diffs.nvim): +Install with your package manager of choice or via +[luarocks](https://luarocks.org/modules/barrettruth/diffs.nvim): ``` luarocks install diffs.nvim