From 0485ae6ed5dbc6f301ed79f15ac0ec52ab92ea4e Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 1 Jun 2023 07:20:55 +0200 Subject: [PATCH] plugins: remove vim-rhubarb (github related) Co-Authored-by: iGor milhit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index cc3df40..ea2da01 100644 --- a/init.lua +++ b/init.lua @@ -35,6 +35,7 @@ I hope you enjoy your Neovim journey, P.S. You can delete this when you're done too. It's your config now :) --]] + -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are required (otherwise wrong leader will be used) @@ -67,7 +68,6 @@ require('lazy').setup({ -- Git related plugins 'tpope/vim-fugitive', - 'tpope/vim-rhubarb', -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth',