From 816172b09671f14e4004ea50248ac7223148feb9 Mon Sep 17 00:00:00 2001 From: Ian Roddis <31021769+iroddis@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:14:22 -0400 Subject: [PATCH] Removing vim-sleuth --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e45d4bb..37a11da 100644 --- a/init.lua +++ b/init.lua @@ -77,7 +77,7 @@ require('lazy').setup({ 'github/copilot.vim', -- Detect tabstop and shiftwidth automatically - 'tpope/vim-sleuth', + -- 'tpope/vim-sleuth', -- NOTE: This is where your plugins related to LSP can be installed. -- The configuration is done below. Search for lspconfig to find it below.