From 1a0e983af5a44fac033a511ec0e4c6641aa52e04 Mon Sep 17 00:00:00 2001 From: Vinicius Deolindo Date: Thu, 12 Dec 2024 22:49:02 -0300 Subject: [PATCH] feat(plugins): add vim-sleuth --- lua/lazyvim/plugins/editor.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index f6a98605..d7cb972f 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -385,6 +385,11 @@ return { }, }, + -- Heuristically set buffer options (tab size, expand tabs to spaces) + { + "tpope/vim-sleuth", + }, + { import = "lazyvim.plugins.extras.editor.fzf", enabled = function()