From f11f354c5841b4c745ca4b310743502162a688e6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 26 May 2025 17:42:29 +0200 Subject: [PATCH] enable vim-sleuth --- common/nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nvim/init.lua b/common/nvim/init.lua index 8909c52..7ee1874 100644 --- a/common/nvim/init.lua +++ b/common/nvim/init.lua @@ -158,7 +158,7 @@ require("lazy").setup({ "tpope/vim-fugitive", -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). - -- "tpope/vim-sleuth", -- Detect tabstop and shiftwidth automatically + "tpope/vim-sleuth", -- Detect tabstop and shiftwidth automatically -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following