From a80bb512838af259e734890fb4d5fb039c0583ef Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 25 Jul 2025 17:23:42 +0500 Subject: [PATCH] added vim-sleuth tab autodetec --- .config/nvim/lua/user/plugins/tab_autodetect.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/nvim/lua/user/plugins/tab_autodetect.lua diff --git a/.config/nvim/lua/user/plugins/tab_autodetect.lua b/.config/nvim/lua/user/plugins/tab_autodetect.lua new file mode 100644 index 0000000..734bb71 --- /dev/null +++ b/.config/nvim/lua/user/plugins/tab_autodetect.lua @@ -0,0 +1,4 @@ +return { + 'https://github.com/tpope/vim-sleuth', + lazy = false, +}