From e1d8b6fad5bb056b10796e5079f5b3d8f879804b Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 13 Sep 2024 20:59:27 +0200 Subject: [PATCH] remove sleuth --- lua/custom/plugins/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 8308159..1b8c64a 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -1,6 +1,4 @@ return { - 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically - -- NOTE: Plugins can specify dependencies. -- -- The dependencies are proper plugin specifications as well - anything