From b6bf66be6c5ffb8e178e26b771982b755f5fda12 Mon Sep 17 00:00:00 2001 From: Simo Soini Date: Thu, 12 Jun 2025 11:03:20 +0300 Subject: [PATCH] Remove plugin duplicate --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index 083d96fd..1a282d42 100644 --- a/init.lua +++ b/init.lua @@ -256,9 +256,6 @@ require('lazy').setup({ 'tpope/vim-fugitive', 'tpope/vim-rhubarb', - -- Detect tabstop and shiftwidth automatically - 'tpope/vim-sleuth', - -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc.