plugins: remove vim-rhubarb (github related)

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-06-01 07:20:55 +02:00
parent 1b188ceafd
commit 0485ae6ed5
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 1 additions and 1 deletions

View File

@ -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 <space> 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',